UTF8 prototype » History » Version 3
Greg Burri, 06/23/2009 06:53 PM
| 1 | 1 | Greg Burri | h1. UTF8 prototype |
|---|---|---|---|
| 2 | |||
| 3 | directory : source:/prototypes/02_UTF8 |
||
| 4 | |||
| 5 | h2. Goals |
||
| 6 | |||
| 7 | * Read a filename and create a new file with the same filename in an another folder. |
||
| 8 | * Compare the to filename with an external tool. |
||
| 9 | 2 | Greg Burri | * Test in the three platforms : _Linux_, _Windows_ and _MacOSX_. |
| 10 | 3 | Greg Burri | |
| 11 | h2. Results |
||
| 12 | |||
| 13 | * Local must be setted to UTF-8 with @QTextCodec::setCodecForLocale(QTextCodec::codecForName("UTF-8"));@ |