Mailinglist Archive: opensuse-bugs (13468 mails)

< Previous Next >
[Bug 334433] New: Chinese characters do not display correctly in the folder view of a USB flash disk
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Tue, 16 Oct 2007 20:10:47 -0600 (MDT)
  • Message-id: <bug-334433-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=334433

Summary: Chinese characters do not display correctly in the
folder view of a USB flash disk
Product: openSUSE 10.3
Version: Final
Platform: x86-64
OS/Version: openSUSE 10.3
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Hotplug
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: yanggehua@xxxxxxxxx
QAContact: qa@xxxxxxx
Found By: ---


Chinese characters do not display correctly in the folder view of a USB flash
disk. In fact, the Chinese characters are displayed as question marks.

Using the "mount" command as root, it shows:
/dev/sdc1 on /media/LEXAR type vfat (rw,nosuid,nodev,shortname=lower,uid=500)

I have to use the following commands in order to see correctly the file names:
umount /media/LEXAR
mount -t vfat -o rw,nosuid,nodev,shortname=lower,uid=500,iocharset=utf8
/dev/sdc1 /mnt/disk

The option "iocharset=utf8" seems to do the trick. Is it reasonable to make
this option permanent and be integrated with the hotplug service (HAL I guess)?


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >