[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

More locale problems for libc5 & libc6



Well, there really are some strange problems with the locales 2.0.4-1
package. Strangely some of the compiled locale files use the old
format, some the new one. I really cannot understand how this
happened, but it did. 
All people having problems with locales should run the included
script. This will make some problems disappear. The libc5 I will
release tomorrow for hamm will understand these locale files (though
the current 5.4.33-4 doesn't). This should, however, fix some problems
with libc6 and locales. Anyone who had problems with libc6 programs
and locale settings, please try this and get back to me whether this
helped.

        Helmut

#!/bin/bash

function do_locale {
	localedef -c -i /usr/share/i18n/locales/$1 \
		-f /usr/share/i18n/charmaps/$2  $1 ;
}

do_locale da_DK ISO-8859-1
do_locale de_AT ISO-8859-1
do_locale de_BE ISO-8859-1
do_locale de_CH ISO-8859-1
do_locale de_DE ISO-8859-1
do_locale de_LU ISO-8859-1
do_locale en_CA ISO-8859-1
do_locale en_DK ISO-8859-1
do_locale en_GB ISO-8859-1
do_locale en_IE ISO-8859-1
do_locale en_US ISO-8859-1
do_locale es_ES ISO-8859-1
do_locale et_EE ISO-8859-1
do_locale fi_FI ISO-8859-1
do_locale fo_FO ISO-8859-1
do_locale fr_BE ISO-8859-1
do_locale fr_CA ISO-8859-1
do_locale fr_CH ISO-8859-1
do_locale fr_FR ISO-8859-1
do_locale fr_LU ISO-8859-1
do_locale gr_GR ISO-8859-7
do_locale hr_HR ISO-8859-4
do_locale hu_HU ISO-8859-2
do_locale is_IS ISO-8859-1
do_locale it_IT ISO-8859-1
do_locale iw_IL ISO-8859-8
do_locale kl_GL ISO-8859-1
do_locale lt_LT BALTIC
do_locale lv_LV BALTIC
do_locale nl_BE ISO-8859-1
do_locale nl_NL ISO-8859-1
do_locale no_NO ISO-8859-1
do_locale pl_PL ISO-8859-2
do_locale pt_PT ISO-8859-1
do_locale ro_RO ISO-8859-1
do_locale ru_RU ISO-8859-5
do_locale sl_SI ISO-8859-2
do_locale sv_FI ISO-8859-1
do_locale sv_SE ISO-8859-1


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: