Message 1 of 4
RCProject::loadFromFile(): projectFilePath doesn't handle correctly all Unicode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
To open files with names containing Unicode characters with RCProject::loadFromFile(), one has to give a wchar_t[] or a std::wstring Unicode string, coded in UTF16 which is the Windows standard, for the projectFilePath parameter.
Unfortunately, after many tries, I found out that it works correctly only if I use UTF16 characters ≤ 00FF.
For example, file_ÿ.rcp loads correctly but not file_Ā.rcp.
@benglin Could you please try and tell me if you get the same behaviour, or if I am doing something wrong?