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

[PATCH 03/36] localedata: add several locales to SUPPORTED



From: Denis Barbier <bouzim@gmail.com>
Date: Sun, 17 May 2009 04:00:05 -0500

- ru_RU.CP1251 was requested in #225516
- uz_UZ.UTF-8 was clearly missing, uz_UZ had no UTF-8 variant
- da_DK.ISO-8859-15, en_GB.ISO-8859-15, en_US.ISO-8859-15, no_NO.UTF-8,
  no_NO and sv_SE.ISO-8859-15 were found in the fedora-branch CVS branch.

The original patch was in glibc 2.3.6-1, 2006-01-15.  It added
support for ru_RU.CP1251, as requested by Michael Bravo (Bug#225516).

[bouzim@gmail.com, 2006-01-15: add uz_UZ.UTF-8, da_DK.ISO-8859-15,
en_GB.ISO-8859-15, en_US.ISO-8859-15, and sv_SE.ISO-8859-15]
[bouzim@gmail.com, 2006-01-15: include transitional no_NO.UTF-8, no_NO
for now]
[clint@debian.org, 2007-10-26: remove no_NO*, move ru_RU.CP1251 below
ru_RU/ISO-8859-15]
[aurelien@aurel32.net, 2008-08-09: sort in alphabetical order.
Closes: #493231]
[aurelien@aurel32.net, 2009-01-06: omit diff hunks that just rearrange
locales]
[taem@linukz.org, 2009-05-11: add kk_KZ.RK1048 locale. Closes: #528177]
[aurelien@aurel32.net, 2009-05-17: fix kk_KZ.RK1048 addition]

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
---
 localedata/SUPPORTED |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED
index b15030b..0481854 100644
--- a/localedata/SUPPORTED
+++ b/localedata/SUPPORTED
@@ -116,6 +116,7 @@ en_DK.UTF-8/UTF-8 \
 en_DK/ISO-8859-1 \
 en_GB.UTF-8/UTF-8 \
 en_GB/ISO-8859-1 \
+en_GB.ISO-8859-15/ISO-8859-15 \
 en_HK.UTF-8/UTF-8 \
 en_HK/ISO-8859-1 \
 en_IE.UTF-8/UTF-8 \
@@ -131,10 +132,13 @@ en_SG.UTF-8/UTF-8 \
 en_SG/ISO-8859-1 \
 en_US.UTF-8/UTF-8 \
 en_US/ISO-8859-1 \
+en_US.ISO-8859-15/ISO-8859-15 \
 en_ZA.UTF-8/UTF-8 \
 en_ZA/ISO-8859-1 \
 en_ZW.UTF-8/UTF-8 \
 en_ZW/ISO-8859-1 \
+eo.UTF-8/UTF-8 \
+eo/ISO-8859-3 \
 es_AR.UTF-8/UTF-8 \
 es_AR/ISO-8859-1 \
 es_BO.UTF-8/UTF-8 \
@@ -254,6 +258,7 @@ ka_GE.UTF-8/UTF-8 \
 ka_GE/GEORGIAN-PS \
 kk_KZ.UTF-8/UTF-8 \
 kk_KZ/PT154 \
+kk_KZ/RK1048 \
 kl_GL.UTF-8/UTF-8 \
 kl_GL/ISO-8859-1 \
 km_KH/UTF-8 \
@@ -331,6 +336,7 @@ ro_RO/ISO-8859-2 \
 ru_RU.UTF-8/UTF-8 \
 ru_RU.KOI8-R/KOI8-R \
 ru_RU/ISO-8859-5 \
+ru_RU.CP1251/CP1251 \
 ru_UA.UTF-8/UTF-8 \
 ru_UA/KOI8-U \
 rw_RW/UTF-8 \
@@ -367,6 +373,7 @@ sv_FI/ISO-8859-1 \
 sv_FI@euro/ISO-8859-15 \
 sv_SE.UTF-8/UTF-8 \
 sv_SE/ISO-8859-1 \
+sv_SE.ISO-8859-15/ISO-8859-15 \
 ta_IN/UTF-8 \
 te_IN/UTF-8 \
 tg_TJ.UTF-8/UTF-8 \
@@ -391,6 +398,7 @@ ug_CN/UTF-8 \
 uk_UA.UTF-8/UTF-8 \
 uk_UA/KOI8-U \
 ur_PK/UTF-8 \
+uz_UZ.UTF-8/UTF-8 \
 uz_UZ/ISO-8859-1 \
 uz_UZ@cyrillic/UTF-8 \
 ve_ZA/UTF-8 \
-- 
1.7.5.1


Reply to: