Search found 1 match
- Thu Feb 18, 2010 04:25
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: UTF16 for Microsoft Windows
- Replies: 2
- Views: 2713
UTF16 for Microsoft Windows
Hi i had a bug on Microsoft Windows when opening files with non Latin symbols. There is std::ifstream in CEGUIDefaultResourceProvider.cpp that opens all files and it wants ANSI path on MS Windows, not utf8. So, as you may suggest it fails to open any file. I changed file to this and now it works fin...