Re: Encoding problem
kolikov <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
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 : > >> <meta http-equiv="content-type" content="text/html; charset=utf-8"> 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 default one # cat /etc/apache2/sites-available/mysite <Directory /var/www/mysite> AddDefaultCharset utf-8 ETC .... </Directory> My html headers are the same as yours. But I put on Every <form> <form action="xx.html" method="post" accept-charset="UTF-8"> Which may make the point ... Bregs, Romu. -- Nuguet romuald : [email protected]