On 11/28/05, frank sabella <[EMAIL PROTECTED]> wrote: > root:/usr/lib/locale# LC_ALL=en_US.iso88591 locale charmap > ISO-8859-1 > > root:/usr/lib/locale# LC_ALL=ISO-8859-1 locale country > locale: Cannot set LC_CTYPE to default locale: No such file or directory > locale: Cannot set LC_MESSAGES to default locale: No such file or directory > locale: Cannot set LC_ALL to default locale: No such file or directory
Everything's fine. When it returned ISO-8859-1, it just means that the full locale name is en_US.ISO-8859-1. So the second command doesn't make any sense since ISO-8859-1 isn't a locale by itself. > Trying to create the locales resulted in the following: > > root:/usr/lib/locale# localedef -v -c -i en_US -f ISO-8859-1 en_US > /usr/share/i18n/locales/en_US:7: non-symbolic character value should not be > used > -----snip--- I've never tried to create a locale before. Hopefully it hasn't trashed your en_US one. Someone else needs to answer that, but you might be alright. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
