| View previous topic :: View next topic |
| Author |
Message |
johtib Tux's lil' helper

Joined: 14 Jun 2004 Posts: 128
|
Posted: Thu Sep 15, 2005 6:17 am Post subject: NTFS mount, ls and UTF-8 |
|
|
I'm having troubles getting ls to display Swedish characters on my mounted NTFS partition. I have installed Native Language Support for both ISO8859-1 and UTF-8 in the kernel (and of course I've also included NTFS support).
| Code: | /etc/fstab
/dev/hda1 /mnt/windows ntfs utf8,umask=0222 0 0 |
| Code: | locale -a
C
POSIX
en_US
en_US.utf8
sv_SE
sv_SE.utf8 |
| Code: | /etc/conf.d/consolefont
CONSOLEFONT="default8x16"
CONSOLETRANSLATION="8859-1_to_uni" |
| Code: | /etc/conf.d/keymaps
KEYMAP="sv-latin1" |
|
|
| Back to top |
|
 |
vinky Apprentice

Joined: 24 Feb 2005 Posts: 213 Location: Sweden
|
Posted: Thu Sep 15, 2005 11:10 am Post subject: |
|
|
For me it works perfect
I think the problem is that you have:
| Code: | | CONSOLEFONT="default8x16" |
instead of something like
| Code: | | CONSOLEFONT="lat1-16" |
in /etc/conf.d/consolefont |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|