On Tue, 19 May 2009 13:57:53 +0200 Julien Gerhards <[email protected]> wrote:
> Hi, > > i use apache as a proxy-cache. It seems to have a text encoding > issue : it should display "é" but it's like "�" > > Any idea? That'll be a wrong charset. Probably the backend has failed to set a charset, and the proxy is setting it. "DefaultType None" should fix the immediate problem. But it would be a good idea to fix the backend, too. -- Nick Kew Application Development with Apache - the Apache Modules Book http://www.apachetutor.org/ --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
