Re: Encoding problem

2010-04-23 Thread André Warnier
Emmanuel CROMBEZ wrote: Hello My solution for UTF-8 problem in web page are in 3 steps: 1 - fixe content-type 2 - fixe xml encoding 3 - fixe html header encoding In mod_perl , use $r->content_type('text/html; Charset=UTF-8'); The first line of your html page must be : And in the yo

Re: Encoding problem

2010-04-23 Thread Emmanuel CROMBEZ
Hello My solution for UTF-8 problem in web page are in 3 steps: 1 - fixe content-type 2 - fixe xml encoding 3 - fixe html header encoding In mod_perl , use $r->content_type('text/html; Charset=UTF-8'); The first line of your html page must be : And in the you must have : If you d

Re: Encoding problem

2010-04-23 Thread kolikov
Jean-Christophe Boggio wrote: ? The problem comes from the header I *receive*. The headers I send are always good (hard coded in base.epl). I'm quoting myself : If it may help : All my scripts are written in utf-8 encoding My default system/database locales are utf-8 My apache2.conf is the