[vtk-developers] Python 3 and unicode

David Gobbi david.gobbi at gmail.com
Mon Aug 24 10:48:54 EDT 2015


On Mon, Aug 24, 2015 at 6:53 AM, Sean McBride <sean at rogue-research.com>
wrote:

>
> Why add any of the complication?  Just require people to use UTF-8.


On Windows, kwsys and most IO classes still do filesystem operations using
the local 8-bit encoding.  Which is silly, I know, considering that Windows
provided unicode APIs 22 years ago. But I don't see anyone volunteering to
fix this, which means that, right now, some people will have to use
encodings other than utf-8 for their filenames.

 - David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20150824/c1a37127/attachment.html>


More information about the vtk-developers mailing list