On Sun, 27 Aug 2006, Vincas Ciziunas wrote: > Package: privoxy > Version: 3.0.3-3 > Severity: normal > Tags: l10n > > When connecting to http://www.google.lt in firefox directly, fonts > are displayed properly. Going through privoxy, some of the document > encoding is messed up.
Hmmm, I cannot reproduce this problem here. If I connect the URL above, it is translated to German because of using cookies, so I tried wget to get different results. I did a wget --save-headers http://www.google.lt and env http_proxy=localhost:8118 wget --save-headers http://www.google.lt and compared the output. I see no differences, which could influence the character encoding. All I see is a removed "expires" tag from the cookie and <script>function PrivoxyWindowOpen(){return(null);}</script> added to the head as well as <script>function PrivoxyWindowOpen(a, b, c){return(window.open(a, b, c));}</script> below the body of the HTML page. These changes shouldn't influence the character encoding of the HTML page. So I don't see how the page could be broken on your system. Did you modify some of the configuration? I tried this out with a freshly installed privoxy 3.0.3-3 (removed /etc/privoxy before to get rid of everything manually touched before). I attached the two wget results, so you can compare them yourself. Maybe you can load them into your browser and have a look whether they look correct for you (sorry, I don't know which characters are displayed properly in your language). Tschoeeee Roland
googlelv.tar.gz
Description: application/tar-gz