View Revisions: Issue #3503 |
[ Back to Issue ] |
Summary |
0003503: Qt4's assumption of Latin-1 encoding decodes UTF-8 characters in Doomseeker built with Qt4 incorrectly (about dialog) |
|
Revision |
2018-09-21 14:10 by WubTheCaptain |
|
Description |
One obvious place for incorrect decoding is Doomseeker's "About Doomseeker" dialog, accessible from Help → About navigation. For example: The copyright symbol, ©, shows up as Å© as in the attached screenshot, in Doomseeker built with Qt4. |
|
Revision |
2018-09-21 14:14 by WubTheCaptain |
|
Description |
One obvious place for incorrect decoding is Doomseeker's "About Doomseeker" dialog, accessible from Help → About navigation. For example: The copyright symbol, ©, shows up as Å© as in the attached screenshot, in Doomseeker built with Qt4. |
|
Revision |
2018-09-21 14:10 by WubTheCaptain |
|
Additional Information |
Not reproducible in Qt5, because Qt5 assumes expects UTF-8 and UTF-8 only. The above issue with "About dialog" is not reproducible in Doomseeker 1.1.
'https://wiki.qt.io/index.php?title=Strings_and_encodings_in_Qt&oldid=23630 [^]' |
|
Revision |
2018-09-21 14:14 by WubTheCaptain |
|
Additional Information |
Not reproducible in Qt5, because Qt5 expects UTF-8 and UTF-8 only. The above issue with "About dialog" is not reproducible in Doomseeker 1.1.
'https://wiki.qt.io/index.php?title=Strings_and_encodings_in_Qt&oldid=23630 [^]' |