From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <679bdbabcc8d39092cd04037ba6540df@9netics.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] display iso8859 in rio From: 9nut@9netics.com In-Reply-To: <5cd1443118b11417e1399129fe3b4b03@mteege.de> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Date: Tue, 17 Feb 2004 00:13:38 -0800 Content-Transfer-Encoding: quoted-printable Topicbox-Message-UUID: e812ff62-eacc-11e9-9e20-41e7f4b1d025 > I "hget" a website which is iso-8859-1 encoded. The output > ist piped to htmlfmt -c utf but it didn't show the "german > umlauts" correct. I only get somthing like that "W=C2=80rterbuch". > (hope you can see the question mark) You can try a different font, but I don't think that is the problem. When I run unicode on that character, I get "unicode: invalid utf string = =C2=80" Isn't the -c flag to htmlfmt to tell it what charset to expect? I think the value to -c flag should be iso-8859-1, not utf.