[Bug 161673] Cyrillic file names on usb storage devices are displayed as '?????????'
Kevin Kofler
kevin.kofler at chello.at
Mon Sep 8 17:56:01 CEST 2008
http://bugs.kde.org/show_bug.cgi?id=161673
Kevin Kofler kevin kofler chello at changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kevin.kofler at chello.at
--- Comment #12 from Kevin Kofler <kevin kofler chello at> 2008-09-08 17:55:59 ---
There are some things I don't understand in that patch:
* Why is this using 12xx codepage numbers? 12xx codepages are Window$
codepages, but FAT uses DO$ codepages (which have 8xx numbers or 437) for short
file names and UTF-16 for long file names.
* Why is this assigning Western European languages to CP 1255? That's the
Hebrew codepage. The correct Window$ codepage for Western Europe is CP 1252.
Typo? (And shouldn't this use 850 or 437 instead?)
* Why is iocharset=utf8 getting removed for English (and other unlisted
languages)? Even if the default codepage= setting is OK for English, the
iocharset should still be UTF-8!
--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kdelibs-bugs
mailing list