Re: Problem in mutt editor, not in less
On Sunday, December 10, 2006 at 16:33:22 +0100, Bruno Delalleau wrote:
> locale -a | grep fr_FR gives only fr_FR.utf8
That's OK: It matches your LANG (downcasing and dedashing of the
charset name are not a problem), and would be good if only your
rxvt-unicode was really doing UTF-8... I suppose that:
| $ locale charmap
| UTF-8
Hum... That should have either worked OK, or be broken differently.
Please double check:
| $ printf "d\0303\0251sabonner \0275uf\n"
| désabonner ½uf
- If you still see "e accent aigu": It's UTF-8.
- If you see "A tilde", copyright sign, and oeuf: Latin-9.
- If you see "1/2" symbol: Latin-1.
You see those \351 in some mails, but not all (not in my mails?), right?
> I will make a dpkg-reconfigure locales
Generate at least 2 more variants with ISO-8859-1 and ISO-8859-15:
You'll be ready for most common terminals.
> what do you call "suboptimal"?
Works, but not at best. ;-)
Bye! Alain.
--
Everything about locales on Sven Mascheck's excellent site at new
location <URL:http://www.in-ulm.de/~mascheck/locale/>. The little tester
utility is at <URL:http://www.in-ulm.de/~mascheck/locale/checklocale.c>.