From 1dd757696b0d4208f3aa124459b78c91d39f4513 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 28 Jan 2009 15:55:25 +0000 Subject: * nss/getent.c (print_networks): Don't print comma between aliases. --- localedata/locales/as_IN | 6 +----- localedata/locales/bn_BD | 19 ++++++++++++++++++- localedata/locales/bn_IN | 23 +---------------------- localedata/locales/hi_IN | 19 ++++++++++++++++++- localedata/locales/mr_IN | 23 +---------------------- 5 files changed, 39 insertions(+), 51 deletions(-) (limited to 'localedata') diff --git a/localedata/locales/as_IN b/localedata/locales/as_IN index 3e1c4cb8ab..6fbd66ee2f 100644 --- a/localedata/locales/as_IN +++ b/localedata/locales/as_IN @@ -32,11 +32,7 @@ END LC_IDENTIFICATION %%%%%%%%%%%%% LC_CTYPE -copy "bn_IN" - -translit_start -include "translit_combining";"" -translit_end +copy "bn_BD" END LC_CTYPE %%%%%%%%%%%%% diff --git a/localedata/locales/bn_BD b/localedata/locales/bn_BD index dceacc34ad..a2c0f5c5bd 100644 --- a/localedata/locales/bn_BD +++ b/localedata/locales/bn_BD @@ -37,7 +37,24 @@ copy "iso14651_t1" END LC_COLLATE LC_CTYPE -copy "bn_IN" +copy "i18n" + +% Bengali uses the alternate digits U+09E6..U+09EF +outdigit .. + +% This is used in the scanf family of functions to read Bengali numbers +% using "%Id" and such. +map to_inpunct; / + (,); / + (,); / + (,); / + (,); / + (,); / + (,); / + (,); / + (,); / + (,); / + (,); translit_start include "translit_combining";"" diff --git a/localedata/locales/bn_IN b/localedata/locales/bn_IN index 43a682549e..1a792acd8a 100644 --- a/localedata/locales/bn_IN +++ b/localedata/locales/bn_IN @@ -34,28 +34,7 @@ END LC_IDENTIFICATION LC_CTYPE -copy "i18n" - -% Bengali uses the alternate digits U+09E6..U+09EF -outdigit .. - -% This is used in the scanf family of functions to read Bengali numbers -% using "%Id" and such. -map to_inpunct; / - (,); / - (,); / - (,); / - (,); / - (,); / - (,); / - (,); / - (,); / - (,); / - (,); - -translit_start -include "translit_combining";"" -translit_end +copy "bn_BD" END LC_CTYPE diff --git a/localedata/locales/hi_IN b/localedata/locales/hi_IN index c8a5051089..5ce3e03520 100644 --- a/localedata/locales/hi_IN +++ b/localedata/locales/hi_IN @@ -32,7 +32,24 @@ category "hi_IN:2000";LC_TELEPHONE END LC_IDENTIFICATION LC_CTYPE -copy "mr_IN" +copy "i18n" + +% Devanagari uses the alternate digits U+0966..U+096F +outdigit .. + +% This is used in the scanf family of functions to read devanagari numbers +% using "%Id" and such. +map to_inpunct; / + (,); / + (,); / + (,); / + (,); / + (,); / + (,); / + (,); / + (,); / + (,); / + (,); translit_start include "translit_combining";"" diff --git a/localedata/locales/mr_IN b/localedata/locales/mr_IN index 7c9d439fcb..174e0e3f1d 100644 --- a/localedata/locales/mr_IN +++ b/localedata/locales/mr_IN @@ -32,28 +32,7 @@ category "mr_IN:2000";LC_TELEPHONE END LC_IDENTIFICATION LC_CTYPE -copy "i18n" - -% Devanagari uses the alternate digits U+0966..U+096F -outdigit .. - -% This is used in the scanf family of functions to read devanagari numbers -% using "%Id" and such. -map to_inpunct; / - (,); / - (,); / - (,); / - (,); / - (,); / - (,); / - (,); / - (,); / - (,); / - (,); - -translit_start -include "translit_combining";"" -translit_end +copy "hi_IN" END LC_CTYPE LC_COLLATE -- cgit v1.2.3