diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-24 12:21:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-24 12:21:06 +0000 |
commit | 92610fbe38faa5a4c338c07412c9b14c4e747ef8 (patch) | |
tree | d981ecbf35c031da0ea31491e81dcff0808870e5 /localedata/SUPPORTED | |
parent | 82cda1d71d2de5ca04f3725e5af230ceefacf22a (diff) | |
download | glibc-92610fbe38faa5a4c338c07412c9b14c4e747ef8.tar.gz glibc-92610fbe38faa5a4c338c07412c9b14c4e747ef8.tar.xz glibc-92610fbe38faa5a4c338c07412c9b14c4e747ef8.zip |
Update.
1998-03-24 12:14 Ulrich Drepper <drepper@cygnus.com> * Makefile (distribute): Add SUPPORTED. (install-locales): New rule to install locale dat ausing localedef. * SUPPORTED: New file. Names all usable locales. Based on a patch by Cristian Gafton <gafton@redhat.com>. * locales/gr_GR: Correct collation description. * locales/nl_NL: Correct Charset requirement. * locales/pt_BR: Fix int_curr_symbol. * locales/ru_RU: Fix ctype data. Patches by Cristian Gafton <gafton@redhat.com>. * locales/nl_NL: Fix yesexpr/noexpr. * locales/pt_BR: Likewise.
Diffstat (limited to 'localedata/SUPPORTED')
-rw-r--r-- | localedata/SUPPORTED | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED new file mode 100644 index 0000000000..9bbb0d8afc --- /dev/null +++ b/localedata/SUPPORTED @@ -0,0 +1,47 @@ +# This file names the currently supported and somewhat tested locales. +# If you have any additions please use the glibcbug script to send an +# appropriate message. +cs_CZ ISO-8859-2 +da_DK ISO-8859-1 +de_AT ISO-8859-1 +de_BE ISO-8859-1 +de_CH ISO-8859-1 +de_DE ISO-8859-1 +de_LU ISO-8859-1 +en_CA ISO-8859-1 +en_DK ISO-8859-1 +en_GB ISO-8859-1 +en_IE ISO-8859-1 +en_US ISO-8859-1 +es_ES ISO-8859-1 +et_EE ISO-8859-1 +eu_ES ISO-8859-1 +fi_FI ISO-8859-1 +fo_FO ISO-8859-1 +fr_BE ISO-8859-1 +fr_CA ISO-8859-1 +fr_CH ISO-8859-1 +fr_FR ISO-8859-1 +fr_LU ISO-8859-1 +ga_IE ISO-8859-1 +gr_GR ISO-8859-7 +hr_HR ISO-8859-2 +hu_HU ISO-8859-2 +is_IS ISO-8859-1 +it_IT ISO-8859-1 +iw_IL ISO-8859-8 +kl_GL ISO-8859-1 +lt_LT BALTIC +lv_LV BALTIC +nl_BE ISO-8859-1 +nl_NL ISO-8859-1 +no_NO ISO-8859-1 +pl_PL ISO-8859-2 +pt_BR ISO-8859-1 +pt_PT ISO-8859-1 +ro_RO ISO-8859-2 +ru_RU ISO-8859-5 +sl_SI ISO-8859-2 +sv_FI ISO-8859-1 +sv_SE ISO-8859-1 +tr_TR ISO-8859-9 |