Skip to content
  • Robbie Li's avatar
    Allow use of utf8 for filenames in IO module · 99cc48df
    Robbie Li authored and Brad King's avatar Brad King committed
    On Windows, the vtksys::SystemTools::Fopen() function uses the cmake
    KWSYS_ENCODING_DEFAULT_CODEPAGE setting for the encoding of filenames.
    After this change, people can build VTK libraries that use utf8
    filenames by setting KWSYS_ENCODING_DEFAULT_CODEPAGE=CP_UTF8.
    99cc48df