This is the mail archive of the libc-locales@sourceware.org mailing list for the GNU libc locales project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: locale on arm


Hi TakÃcs,

Today at 9:27, TakÃcs Ãron wrote:

> I want to use message translation on an (ARM) embedded board. Now I try to 
> install locales on my board. I have cross-compiled 
> glibc-2.3.1, copied the i18n directory and the "locale" and "localedef" tools 
> onto my board. Running "localedef -a" gives "C" and "POSIX". I think these 
> are the default values. Now I run localedef:
>
> localedef -f ISO-8859-1 -i en_GB /usr/lib/locale/en_GB 

Newer GNU libc might use /usr/lib/locale/locale-archive instead, and
you override it if you use full path.  Try instead: 

localedef -f ISO-8859-1 -i en_GB en_GB 


Cheers,
Danilo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]