Locale para España correctos

Basado en:
http://www.nslu2-linux.org/wiki/HowTo/UseInternationalCharactersOnOpenSlug

instalar estos paquetes

* glibc-localedata-es_ES@euro
* glibc-gconv-iso8859-1
* glibc-utils
* glibc-charmap-iso-8859-1
* localedef

ejecutar:

localedef -i es_ES@euro -f ISO-8859-1 es_ES

edit /etc/profile and add the following lines:
LC_CTYPE=es_ES@euro export LC_CTYPE

Configuring samba

in the global section of /etc/samba/smb.conf, add a line that says unix charset = ISO-8859-1

restart samba & log out

go to Options->Display bits... and set ISO 8859-1

codepage para VFAT montadas en spanish.
edita el /etc/fstab con esto:

/dev/sdb5 /mnt/vfat vfat iocharset=iso8859-1,codepage=850,umask=000 0 0

ojo esta linea es para locale es_ES osease para España (no gibraltar)

debes intalar los modulos del Kernel en español

ipkg install kernel-module-nls-iso8859-1
ipkg install kernel-module-nls-cp850

para montar fat en castellano usa este comando:

mount -o codepage=850,iocharset=iso8859-1 /dev/sdb5 /mnt/vfat

Enviado por maochoa el 23 Abril, 2006 - 18:58