Re: Encoding problem

2010-04-21 Thread Jean-Christophe Boggio
Hi Gerald, Gerald Richter - ECOS a écrit : setting the default encoding in the httpd.conf to utf8 might help I already have : AddDefaultCharset UTF-8 in my httpd.conf. I tried to add it to my directives and also AddCharset utf-8 .html With no more luck. I found other people describing t

RE: Encoding problem

2010-04-21 Thread Gerald Richter - ECOS
Hi, setting the default encoding in the httpd.conf to utf8 might help Gerald > -Original Message- > From: Jean-Christophe Boggio [mailto:[email protected]] > Sent: Wednesday, April 21, 2010 5:21 PM > To: [email protected] > Subject: Encoding problem > > Hello, > > I have p

Encoding problem

2010-04-21 Thread Jean-Christophe Boggio
Hello, I have problems with the encoding of posted form data. I try to do everything in UTF-8 (code, DB, html...). I have a form on a page where the data IS utf-8 (that's what I think) but it does not have the UTF-8 bit set, wonder why. Firefox detects the page encoding as Unicode (UTF-8). The