Re: [users@httpd] xml2enc question

2013-08-14 Thread Antonín Zrůstek
he content of page to provided e-mail. In original url the content is OK, in proxied url the contents are truncated in the first occurence of non-ascii character (í in this case). Thanks Antonin On 13.8.2013 22:55, Nick Kew wrote: > On 13 Aug 2013, at 16:08, Antonín Zrůstek wrot

[users@httpd] xml2enc question

2013-08-13 Thread Antonín Zrůstek
Hello, I have a problem with mod_proxy and xml2enc. On some proxied pages utf-8 chars are scrambled. Input and outpud encoding is both utf-8, so it should not reencode anything. I get a log message "Charset UTF-8 not supported." I don't understand why it scrambles some characters (not all same

[users@httpd] Bad charset conversion with mod_proxy

2013-07-18 Thread Antonín Zrůstek
Hello everybody, while reverse proxying a page via mod_proxy_html (Apache 2.4.4) I get wrong output charset for some parts of page. When I comment Include conf/extra/proxy-html.conf the page is OK, but of course rewriting internal links doesn't work. When I uncomment it, rewriting works just O