You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Sunday, July 30th 2006, 1:05pm

filesystem character encoding

I wonder, where does KDE know about my ext2/ext3 filesystem character encoding from?

I ask because actually it doesn't. In all KDE apps I see my koi8-u encoded filenames
like if they were in iso-8859-1, even if I launch application with LC_ALL=ru_UA.koi8u.
Where can I specify correct filesystem character encoding?

2

Monday, July 31st 2006, 11:52pm

You can define your character enconding in /etc/fstab.
At the line with your partition, put something like this in the options section:

charset=koi8-u

See man:///fstab for the correct syntaxis
Help mee om KDE 3.5.5 in het Nederlands te vertalen

3

Monday, July 31st 2006, 11:53pm

You can define your character enconding in /etc/fstab.
At the line with your partition, put something like this in the options section:

charset=koi8-u

See man:/fstab for the correct syntaxis
Help mee om KDE 3.5.5 in het Nederlands te vertalen

4

Tuesday, August 1st 2006, 7:16am

Quoted

Originally posted by Rinse
You can define your character enconding in /etc/fstab.
At the line with your partition, put something like this in the options section:

charset=koi8-u

See man:/fstab for the correct syntaxis

As far as I know, ext2/ext3 filesystems have no such property as charset. You can use any. Since all console programs respect locale settings, there's no trouble. But, unfortunately, KDE doesn't seem to respect locale. So, my goal is to tell KDE that it should read and write filenames in koi8-r.

5

Friday, August 4th 2006, 12:32pm

You could contact the translation team of your language and ask if they know how to solve this issue.
Help mee om KDE 3.5.5 in het Nederlands te vertalen