diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-12-30 16:49:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-12-30 16:49:06 +0000 |
commit | c7ee5ed55c5516177d9293d8455dc5a47c7efad1 (patch) | |
tree | 7d2f66fcf7f42c2add91630930a8b809ef942942 /localedata/locales/bn_IN | |
parent | 25df09ab4d9c0b0b271bc8bac9388857eaf72bec (diff) | |
download | glibc-c7ee5ed55c5516177d9293d8455dc5a47c7efad1.tar.gz glibc-c7ee5ed55c5516177d9293d8455dc5a47c7efad1.tar.xz glibc-c7ee5ed55c5516177d9293d8455dc5a47c7efad1.zip |
* locales/i18n: Move Indic Matra characters to punct.
* locales/as_IN: Add support for internationalized digits. * locales/bn_BD: Likewise. * locales/bn_IN: Likewise. * locales/gu_IN: Likewise. * locales/hi_IN: Likewise. * locales/kn_IN: Likewise. * locales/ml_IN: Likewise. * locales/mr_IN: Likewise. * locales/or_IN: Likewise. * locales/pa_IN: Likewise. * locales/ta_IN: Likewise. * locales/te_IN: Likewise.
Diffstat (limited to 'localedata/locales/bn_IN')
-rw-r--r-- | localedata/locales/bn_IN | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/localedata/locales/bn_IN b/localedata/locales/bn_IN index 1a792acd8a..43a682549e 100644 --- a/localedata/locales/bn_IN +++ b/localedata/locales/bn_IN @@ -34,7 +34,28 @@ END LC_IDENTIFICATION LC_CTYPE -copy "bn_BD" +copy "i18n" + +% Bengali uses the alternate digits U+09E6..U+09EF +outdigit <U09E6>..<U09EF> + +% This is used in the scanf family of functions to read Bengali numbers +% using "%Id" and such. +map to_inpunct; / + (<U0030>,<U09E6>); / + (<U0031>,<U09E7>); / + (<U0032>,<U09E8>); / + (<U0033>,<U09E9>); / + (<U0034>,<U09EA>); / + (<U0035>,<U09EB>); / + (<U0036>,<U09EC>); / + (<U0037>,<U09ED>); / + (<U0038>,<U09EE>); / + (<U0039>,<U09EF>); + +translit_start +include "translit_combining";"" +translit_end END LC_CTYPE |