Bugzilla – Bug 536472
yast2 sw_single in KDE4 displays invalid character instead of unbreakable space
Last modified: 2011-05-27 15:28:27 UTC
Created attachment 316554 [details] screenshot of bug I have tested several other fonts and all had this weird character there (see update of wdiff) Screenshot in attachment.
Er, and what should I do with this?
I guess the RichText widget expects the html-like formated characters. Obviously the widget doesn't know what to do with the unknown character. Filtering the text before writing it to the RichText widget might help.
Created attachment 323072 [details] test case this script prints formatted 1017kB string to y2log
The string is formatted by String::FormatSize() function which internally uses float::tolstring() call. The result of the attached test case in English locale is: 1017kB: 1017.00 kB while in Czech it prints: 1017kB: 1�017,00 kB I don't know whether the bug is in float::tolstring(), glibc or Qt. Martin?
we just managed to fix it, in another bug entry *** This bug has been marked as a duplicate of bug 683881 ***