<div dir="ltr">Hi Bill,<div><br></div><div>Those were utf-8 left & right quotes that I was replacing with straight ASCII quotes. So I was just searching for non-ASCII chars (with grep) and then replacing them by hand. (<a href="https://gitlab.kitware.com/vtk/vtk/merge_requests/3442">https://gitlab.kitware.com/vtk/vtk/merge_requests/3442</a>)<br></div><div><br></div><div>The search for non-ASCII chars was done like this:</div><div><br></div><div> grep -n "[^ -~]" */*/*.h</div><div><br></div><div>The unix "file" command can tell whether a file is utf-8 verses some other encoding.</div><div><br></div><div> - David</div><div><br></div><div><br></div><div><br></div>
</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 16, 2017 at 5:35 PM, Bill Lorensen <span dir="ltr"><<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">David,<br>
<br>
You recently removed a bunch of non utf-8 character form VTK code. How<br>
did you do it?<br>
<span class="HOEnZb"><font color="#888888"><br>
Bill<br>
<br>
--<br>
Unpaid intern in BillsBasement at noware dot com<br>
</font></span></blockquote></div><br></div>