also sprach Samuel Thibault <[EMAIL PROTECTED]> [2006.11.12.1611 +0100]:
> € cat test.htm
> <b>äöü</b>
> € LC_ALL=de_CH w3m -dump -T 'text/html;charset=iso8859-1' test.htm      
> <b>äöü</b>
> € LC_ALL=de_CH.UTF-8 w3m -dump -T 'text/html;charset=iso8859-1' test.htm
> <b>ÀöÌ</b>

piper:~> file *.html
latin1.html: ISO-8859 text
utf8.html:   UTF-8 Unicode text

piper:~> LC_ALL=de_CH w3m -dump -T 'text/html;charset=iso8859-1' latin1.html
<b>äöü</b>
piper:~> LC_ALL=de_CH w3m -dump -T 'text/html;charset=utf-8' utf8.html
<b>äöü</b>
piper:~> LC_ALL=de_CH.UTF-8 w3m -dump -T 'text/html;charset=iso8859-1' 
latin1.html
<b>???</b>
piper:~> LC_ALL=de_CH.UTF-8 w3m -dump -T 'text/html;charset=utf-8' utf8.html
<b>äöü</b>


I get the same result whether I start my shell (zsh) with a UTF-8
locale (default), or with LC_ALL=C, or with LC_ALL=de_CH, or when
I start a bash shell with either of the three locales.

I am running sid on amd64. What now?

-- 
 .''`.   martin f. krafft <[EMAIL PROTECTED]>
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems

Attachment: signature.asc
Description: Digital signature (GPG/PGP)

Reply via email to