<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
      xmlns:sioc="http://rdfs.org/sioc/ns#"
      xmlns:foaf="http://xmlns.com/foaf/0.1/">
<sioc:Post rdf:about="http://www.nslug.es/locale-espanol-espana">
  <sioc:title>Locale para España correctos</sioc:title>
  <sioc:description>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 &amp;amp; log out

go to Options-&amp;gt;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
</sioc:description>
  <sioc:created_at>2006-04-23T14:58:57-04:00</sioc:created_at>
  <sioc:modified_at>2008-01-23T17:44:57-05:00</sioc:modified_at>
  <sioc:link rdfs:label="Locale para España correctos" rdf:resource="http://www.nslug.es/locale-espanol-espana" />
  <sioc:topic rdfs:label="SlugOS" rdf:resource="http://www.nslug.es/forums/software/openslug-0" />
  <sioc:has_creator>
    <sioc:User rdf:about="http://www.nslug.es/user/maochoa">
      <rdfs:label><![CDATA[maochoa]]></rdfs:label>
      <rdfs:seeAlso rdf:resource="http://www.nslug.es/sioc/user/2" />
    </sioc:User>
  </sioc:has_creator>
</sioc:Post>
</rdf:RDF>
