Page 1 of 1

Another issue with import option (locales es_ES)

PostPosted:Thu Mar 06, 2008 9:56 am
by jlx
Hi

I\'m still here fighting with the import option. When I try to import a folder in local system (where jboss is installed) everything is ok except when you have a file with spanish (in my case) character in the name, such as ñ, á, é, etc. I supose it\'s something about jboss locales configuration, but I don\'t know where to change them.
The system is Ubuntu Dapper Server and the locales and LANG variable are set to es_ES.UTF-8.

Thanks in advance.

Best regards.

Re:Another issue with import option (locales es_ES)

PostPosted:Thu Mar 06, 2008 11:17 am
by pavila
OpenKM runs very well in Ubuntu Dapper. I\'ve imported a local folder with spanish caracters in files and folders and there is no problem. The LANG var is ok. Can you send me a ls -lR of the local filesystem?

[Solved] import option (locales es_ES)

PostPosted:Thu Mar 06, 2008 11:23 am
by jlx
Hi

I solved the problem. It had to do with my locale utf8 dapper config. I changed it to ISO-8859-15 and everything is working now. I leave the solution if someone has the same problem:

http://www.ubuntu-es.org/index.php?q=node/33013
Añadir en
/var/lib/locales/supported.d/es
y en
/var/lib/locales/supported.d/locallas siguientes líneas:

es_ES@euro ISO-8859-15
es_ES ISO-8859-1

Hacer

sudo dpkg-reconfigure locales

para reconfigurar las locales.

Después editar el archivo /etc/environment
y cambiar lo que había por esto:

LC_ALL=es_ES@euro
LANG=”es_ES.UTF-8″
LANGUAGE=”es_ES:es:en_GB:en”
LC_TYPE=es_ES@euro

from user scorrell
Thanks a lot.

Best regards.