diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-09 10:05:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-09 10:05:22 +0000 |
commit | 7be688b58fb2e5fea5db003d9ea72c4d779e65c6 (patch) | |
tree | 144ea8057c9d5264737b36a7792081f6619e0acf /localedata/locales | |
parent | ff136edd32fb0d55d73032ff3d565794e601a398 (diff) | |
download | glibc-7be688b58fb2e5fea5db003d9ea72c4d779e65c6.tar.gz glibc-7be688b58fb2e5fea5db003d9ea72c4d779e65c6.tar.xz glibc-7be688b58fb2e5fea5db003d9ea72c4d779e65c6.zip |
Update.
* stdio-common/_i18n_number.h: Support printing localized decimal point and thousand separator. * wctype/wctrans.c: Add __wctrans alias. * include/wctype.h: Declare __wctrans. Based on a patch by Hamed Malek.
Diffstat (limited to 'localedata/locales')
-rw-r--r-- | localedata/locales/fa_IR | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/localedata/locales/fa_IR b/localedata/locales/fa_IR index 0d61daf4b7..e95f9807de 100644 --- a/localedata/locales/fa_IR +++ b/localedata/locales/fa_IR @@ -50,6 +50,10 @@ LC_CTYPE copy "i18n" outdigit <U06F0>..<U06F9> + +map to_outpunct; / + (<U002E>,<U066B>); / + (<U002C>,<U066C>) END LC_CTYPE LC_COLLATE @@ -71,7 +75,7 @@ collating-symbol <alefmadda> collating-symbol <yeh> % Alternate representations displayed the same -collating-symbol <ALT1> +collating-symbol <ALT1> collating-symbol <ALT2> collating-element <Alef-Madda> from "<U0627><U0653>" @@ -126,7 +130,7 @@ reorder-after <U066D> <UFE72> IGNORE;IGNORE;IGNORE;<UFE72> %<dammatan_is> reorder-after <UFE7F> -<U0653> IGNORE;IGNORE;IGNORE;<U0653> %<madda_no> +<U0653> IGNORE;IGNORE;IGNORE;<U0653> %<madda_no> <U0654> IGNORE;IGNORE;IGNORE;<U0654> %<hamzaabove_no> <U0655> IGNORE;IGNORE;IGNORE;<U0655> %<hamzabelow_no> <U0670> IGNORE;IGNORE;IGNORE;<U0670> %<supalef_no> @@ -269,8 +273,8 @@ int_n_sign_posn 1 END LC_MONETARY LC_NUMERIC -decimal_point "<U066B>" -thousands_sep "<U066C>" +decimal_point "<U002E>" +thousands_sep "<U002C>" grouping 3 END LC_NUMERIC |