Qt always assumes ini files to use Latin1 encoding but the theme site uses utf-8...
commit66b25be934f0d47fce586662d6b9d8875f4e3494
authorbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Mon, 27 Apr 2009 17:48:49 +0000 (27 17:48 +0000)
committerbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Mon, 27 Apr 2009 17:48:49 +0000 (27 17:48 +0000)
tree96d324de3359bda91881a9546514dde719daae12
parent44a1bd2c1c86c2a6110d10aec3c2a70be93eb3bd
Qt always assumes ini files to use Latin1 encoding but the theme site uses utf-8. Explicitly convert texts displayed to the user. Fixes non-ascii characters showing up incorrectly.
Replace some HTML entities for the themes list as that isn't parsed as HTML.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20811 a1c6a512-1295-4272-9138-f99709370657
rbutil/rbutilqt/themesinstallwindow.cpp