Re: How to get tin pager to display 'extended' characters
Urs Janßen <[email protected]> Wed, 29 Nov 2006 17:10:48 +0100
| Newsgroups | gmane.network.tin.user |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Nov 29, 2006 at 12:50:13PM +0000, [email protected] wrote: > Setting LC_CTYPE to en_UK doesn't work for a start, it just complains > about an invalid locale. AFAIK en_UK[.iso88591] is not a valid entry, the correct name is en_GB[.iso88591]. for LC_CTYPE using en_US is a good solution as the default charset of it is iso-88591 and that's all LC_CTYPE is used for and en_US is installed on most systems by default were en_GB is not. for other related vars (e.g. LC_MESSAGES) you might want to go with en_UK (if it's installed). urs -- "Only whimps use tape backup: _real_ men just upload their important stuff on ftp, and let the rest of the world mirror it ;)" - Linus