From 7be688b58fb2e5fea5db003d9ea72c4d779e65c6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 9 Feb 2004 10:05:22 +0000 Subject: 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. --- localedata/ChangeLog | 5 +++++ localedata/locales/fa_IR | 12 ++++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) (limited to 'localedata') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 1e1e16d483..fdf57ad59e 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +2004-02-09 Ulrich Drepper + + * locales/fa_IR: Add to_outpunct info and change decimal_point and + thousand_sep to ASCII value. + 2004-01-19 Ulrich Drepper * SUPPORTED: Add all kinds of UTF-8 locales. 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 .. + +map to_outpunct; / + (,); / + (,) END LC_CTYPE LC_COLLATE @@ -71,7 +75,7 @@ collating-symbol collating-symbol % Alternate representations displayed the same -collating-symbol +collating-symbol collating-symbol collating-element from "" @@ -126,7 +130,7 @@ reorder-after IGNORE;IGNORE;IGNORE; % reorder-after - IGNORE;IGNORE;IGNORE; % + IGNORE;IGNORE;IGNORE; % IGNORE;IGNORE;IGNORE; % IGNORE;IGNORE;IGNORE; % IGNORE;IGNORE;IGNORE; % @@ -269,8 +273,8 @@ int_n_sign_posn 1 END LC_MONETARY LC_NUMERIC -decimal_point "" -thousands_sep "" +decimal_point "" +thousands_sep "" grouping 3 END LC_NUMERIC -- cgit v1.2.3