[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: chinese characters in windows xp to debian



On Fri, Aug 04, 2006 at 09:19:03PM +0200, KE Liew wrote:
> 
> On 8/4/06, William Xu <william.xwl@gmail.com> wrote:
> >No, run this command in a shell, and show us the output,
> >
> >$ locale
> >
> Sorry, my bad :/ This it the output.
> 
> eXiStEnCe:~# locale
> LANG=en_GB.UTF-8
[snipped]
> 
> On 8/4/06, Arne Götje (高盛華) <arne@goetje-online.de> wrote:
> >
> >if the partition is on the same machine, try to set your system locale
> >to a UTF-8 one and mount your windows partition with the 'utf8'
> >option...
> >mount -o utf8 -t vfat
> 
> the XP is my laptop, my
> desktop is all debian. my system locale is always english UTF-8, but i
> don't know about XP, i don't know how to check.

I don't know much about Windows XP, so the following is really a wild
guess, but it's easy to try and may work.

You mentioned that you tried to use a USB flash drive to copy the files
and it didn't work.  I assume the flash drive is formatted in Windows
(therefore should have some kind of FAT filesystem), in that case you
can use Arne's advice above, use "mount -t vfat -o utf8 [device]
[mount_point]" to mount your flash drive, and see if it helps.

If your USB flash drive is automounted in Linux, first run mount command
without arguments to see the device name of your flash drive and the
mount point, then use "umount [device]" to umount it, and use the
correct arguments to remount it.

Ming
2006.08.04



Reply to: