LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   ntfs-3g locale=es_US.utf8 - Not Working Slackware current (https://www.linuxquestions.org/questions/slackware-14/ntfs-3g-locale%3Des_us-utf8-not-working-slackware-current-790437/)

renecohrt 02-20-2010 01:24 PM

ntfs-3g locale=es_US.utf8 - Not Working Slackware current
 
Hi,
This entry in fstab that works fine in other distros doesn't work in Slackware current. Letters with accent are not displayed properly.

/dev/sda5 /id ntfs-3g umask=000,locale=es_US.utf8 1 0

Thank you.

x-alien 02-20-2010 03:42 PM

Try:
Code:

es_US.UTF-8

titopoquito 02-20-2010 06:14 PM

AFAIK ntfs-3g dropped support for other locales then plain utf8 long ago. When it works in other distros I think you have set an utf8-locale there. You need to change the locale to en_US.utf8 on your whole system I think (i. e. change LC_LANG and/or LC_ALL in /etc/profile.d/lang.sh).

renecohrt 02-20-2010 07:09 PM

Thank you.
I added export LANG=en_US.UTF-8 to /etc/profile.d/lang.sh and that solved the problem. This way the menus are in English but I can still see file names in Spanish properly.

Thanks again.

titopoquito 02-20-2010 07:17 PM

I think you could use the Spanish utf8 locale as well, is it es_ES.utf8? :)


All times are GMT -5. The time now is 06:34 PM.