Actions
UTF8 prototype¶
directory : source:/prototypes/02_UTF8
Goals¶
- Read a filename and create a new file with the same filename in an another folder.
- Compare the to filename with an external tool.
- Test in the three platforms : Linux, Windows and MacOSX.
Results¶
- Local must be setted to UTF-8 with
QTextCodec::setCodecForLocale(QTextCodec::codecForName("UTF-8"));
Updated by Greg Burri over 15 years ago · 3 revisions