[Mats Wichmann] > On a system I just tried it on: > > $ LANG=C locale charmap > UTF-8
This is cracy. Correct charmap value for the C and POSIX locale is ANSI_X3.4-1968. > $ LANG=fr_FR locale charmap > UTF-8 This should be ISO-8859-1 > $ LANG=XXXXX locale charmap > UTF-8 This should be ANSI_X3.4-1968. Do you have the LC_CTYPE environment set? 'env|grep LC' might prove interesting. Try using LC_ALL instead of LANG to make sure the new locale is active. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

