Skip to content

WIP: Introduce unicode compliant file opening methods

Todd requested to merge todoooo/vtk:Feature_use_UTF8_encoding_for_strings into master

Using system tools and utf8 encoded filenames it is possible to open files with non-ANSI characters in any locale.

Filenames using extended character sets and relying on a code page setting need to be updated/converted to utf8 format by the user.

Merge request reports