On Monday 22 November 2004 23:26, Diego Iastrubni wrote: > Hi, Hello :) [skipped] > for 8bit hebrew: > > localedef -v -c -i he_IL -f ISO-8859-8 /usr/share/locale/he_IL > localedef -v -c -i he_IL.CP-1255 -f cp-1255 > /usr/share/locale/he_IL.CP-1255
Just for comment, You don't have to specify the full path, localedef should know where to put it. > Now, asume I update my glibc, do I need to regenerate my locales? Yes. For the lazy :) admins, there is /etc/locales.build , where you can specify locales to be built on every libc upgrade. Mine looks like this: # This file names the list of locales to be built when glibc is installed. # The format is <locale>/<charmap>, where <locale> is a locale from the # /usr/share/i18n/locales directory, and <charmap> is name of one of the files # in /usr/share/i18n/charmaps/. All blank lines and lines starting with # are # ignored. Here is an example: # en_US/ISO-8859-1 ru_RU.UTF-8/UTF-8 ru_RU.CP1251/CP1251 he_IL.UTF-8/UTF-8 > are they BC? Backward-Compatible? Unlikely. My Gentoo upgrades typically wipe all manually-generated locales, that weren't specified in locales.build (err, wipe them all and regenerate the ones I tell them to), but your mileage may vary. -- Sincerely Yours, Vasiliev Michael NP: XMMS is not loaded. ================================================================= 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]