International Characters Support: Difference between revisions

Jump to navigation Jump to search
m (Add note about C++ char16_t and char32_t)
 
Line 102: Line 102:
Displaying strings works in most circumstances except help message (bug report and patch recently provided).
Displaying strings works in most circumstances except help message (bug report and patch recently provided).


Using non-ASCII strings as paths doesn't works.
Non-ASCII strings in paths and filenames don't work with glob function on windows os.


== Development ==
== Development ==