William Sherwin wrote:

Yury Chursa wrote:

And this string [en_US.UTF-8] also present in output of [locale -a] ?
If not you must use locale-def(part of libc utilities) for generating locale specific data.


It is not present and, when I tried to add it, and add the keymap that I use, I got the following errors:

Yoni:/home/wgs3# localedef --add-to-archive en_US.UTF-8
Adding en_US.UTF-8
stat of "en_US.UTF-8" failed: No such file or directory: ignored
Yoni:/home/wgs3# localedef --add-to-archive il_si1452
Adding il_si1452
"il_si1452" is no directory; ignored
Yoni:/home/wgs3# localedef --add-to-archive /etc/X11/xkb/symbols/il_si1452
Adding /etc/X11/xkb/symbols/il_si1452
"/etc/X11/xkb/symbols/il_si1452" is no directory; ignored
Yoni:/home/wgs3# localedef --add-to-archive /etc/X11/xkb/symbols/
Adding /etc/X11/xkb/symbols/
incomplete set of locale files in "/etc/X11/xkb/symbols/"
Yoni:/home/wgs3# localedef --add-to-archive /etc/X11/xkb/symbols/pc
Adding /etc/X11/xkb/symbols/pc
incomplete set of locale files in "/etc/X11/xkb/symbols/pc"


How am I using this command incorrectly, and/or what else am I doing wrong? I know that there has to be some way to add this correctly...

Use this:
localedef -c -i en_US -f UTF-8 en_US.UTF-8
-c   compile
-i    language and country
-f    encoding
on the end full locale name

P.S. Yury, you may want to know that your mailer requests return receipts, not only from me, but from the list...

Sorry about this - it's used for checking if my resume was read. Yury.


================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]



Reply via email to