martin f krafft, le Sun 12 Nov 2006 15:57:27 +0100, a écrit : > also sprach Samuel Thibault <[EMAIL PROTECTED]> [2006.11.12.1445 +0100]: > > € LC_ALL=fr_FR w3m -dump -T 'text/html; charset=iso-8859-1' test.htm > > <b>âêî</b> > > € LC_ALL=fr_FR.UTF-8 w3m -dump -T 'text/html; charset=iso-8859-1' test.htm > > <b>âêî</b> > > > > Do you really have the de_CH.UTF-8 locale compiled? > > Yes, I really do. My whole system depends on it.
Ah. Well, just to make sure, I tried in de_CH locales: € 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> works fine. Samuel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

