Hi all, I first will explain the environment: Server Debian lenny with apache2, webdav, php5 and mysql-server-5 It's running a php site to explore the webdav folders. If I create manually a folder by ssh with ñ or accents and I can see it fine (with those ñs and accents) but if i go through the php site I cannot see any ñ or accent. It just appear ASCII codes such as Aº or any other like this. But if i do a ls on the system I see perfectly the ñs. Also If I create a folder directly from webdav, if i check it on the shell/bash, it appears with ascii codes..... The php includes the meta ISO-8859-1 option. I have checked with the UTF-8 or latin1 (system and apache) .... and nothing. Is there any hidden option on the apache2.conf or php.ini or something I must change? Thx in advance.