Skip to content

An as exhaustive as possible documentation about Windows Unicode handling compared to other OSes

License

Notifications You must be signed in to change notification settings

nicolas-van/windows-c-cpp-unicode-handling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Everything you need to know about Windows Unicode Handling if you are a C or C++ developer

Open files when the file name contains Unicode characters

All filesystems supported by Windows since Windows XP do save the name of the files and folders in Unicode format. Regardless of this, both fopen and std::*fstream are strictly unable to open files when given UTF-8 strings containing non-ASCII characters in all current Windows version. Trying to do so will fail.

Solutions for cross-platform development:

About

An as exhaustive as possible documentation about Windows Unicode handling compared to other OSes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published