mirror of git://sourceware.org/git/glibc.git
Remove redundant data for LC_MONETARY for Indian locales
Reference is taken from https://en.wikipedia.org/wiki/Indian_numbering_system https://en.wikipedia.org/wiki/Indian_rupee CLDR has the currency format pattern “¤#,##,##0.00”. [BZ #21836] * locales/ar_IN (LC_MONETARY) : copy "hi_IN" * locales/as_IN (LC_MONETARY) : copy "hi_IN" * locales/bhb_IN (LC_MONETARY): copy "hi_IN" * locales/bn_IN (LC_MONETARY) : copy "hi_IN" * locales/en_IN (LC_MONETARY) : copy "hi_IN" * locales/gu_IN (LC_MONETARY) : copy "hi_IN" * locales/hi_IN (LC_MONETARY) : Fix mon_grouping, p_sep_by_space and n_sep_by_space * locales/kn_IN (LC_MONETARY) : copy "hi_IN" * locales/kok_IN(LC_MONETARY) : copy "hi_IN" * locales/ks_IN (LC_MONETARY) : copy "hi_IN" * locales/ml_IN (LC_MONETARY) : copy "hi_IN" * locales/mr_IN (LC_MONETARY) : copy "hi_IN" * locales/or_IN (LC_MONETARY) : copy "hi_IN" * locales/pa_IN (LC_MONETARY) : copy "hi_IN" * locales/sa_IN (LC_MONETARY) : copy "hi_IN" * locales/sd_IN (LC_MONETARY) : copy "hi_IN" * locales/ta_IN (LC_MONETARY) : copy "hi_IN" * locales/tcy_IN(LC_MONETARY) : copy "hi_IN" * locales/te_IN (LC_MONETARY) : copy "hi_IN" * locales/ur_IN (LC_MONETARY) : copy "hi_IN"
This commit is contained in:
parent
38dbcacb60
commit
4169825556
|
@ -1,3 +1,34 @@
|
||||||
|
2017-08-10 Akhilesh Kumar <akhilesh.k@samsung.com>
|
||||||
|
|
||||||
|
Remove redundant data for LC_MONETARY
|
||||||
|
|
||||||
|
Reference is taken from
|
||||||
|
https://en.wikipedia.org/wiki/Indian_numbering_system
|
||||||
|
https://en.wikipedia.org/wiki/Indian_rupee
|
||||||
|
|
||||||
|
[BZ #21836]
|
||||||
|
* locales/ar_IN (LC_MONETARY) : copy "hi_IN"
|
||||||
|
* locales/as_IN (LC_MONETARY) : copy "hi_IN"
|
||||||
|
* locales/bhb_IN (LC_MONETARY): copy "hi_IN"
|
||||||
|
* locales/bn_IN (LC_MONETARY) : copy "hi_IN"
|
||||||
|
* locales/en_IN (LC_MONETARY) : copy "hi_IN"
|
||||||
|
* locales/gu_IN (LC_MONETARY) : copy "hi_IN"
|
||||||
|
* locales/hi_IN (LC_MONETARY) : Fix mon_grouping,
|
||||||
|
p_sep_by_space and n_sep_by_space
|
||||||
|
* locales/kn_IN (LC_MONETARY) : copy "hi_IN"
|
||||||
|
* locales/kok_IN(LC_MONETARY) : copy "hi_IN"
|
||||||
|
* locales/ks_IN (LC_MONETARY) : copy "hi_IN"
|
||||||
|
* locales/ml_IN (LC_MONETARY) : copy "hi_IN"
|
||||||
|
* locales/mr_IN (LC_MONETARY) : copy "hi_IN"
|
||||||
|
* locales/or_IN (LC_MONETARY) : copy "hi_IN"
|
||||||
|
* locales/pa_IN (LC_MONETARY) : copy "hi_IN"
|
||||||
|
* locales/sa_IN (LC_MONETARY) : copy "hi_IN"
|
||||||
|
* locales/sd_IN (LC_MONETARY) : copy "hi_IN"
|
||||||
|
* locales/ta_IN (LC_MONETARY) : copy "hi_IN"
|
||||||
|
* locales/tcy_IN(LC_MONETARY) : copy "hi_IN"
|
||||||
|
* locales/te_IN (LC_MONETARY) : copy "hi_IN"
|
||||||
|
* locales/ur_IN (LC_MONETARY) : copy "hi_IN"
|
||||||
|
|
||||||
2017-08-09 Wei-Lun Chao <bluebat@member.fsf.org>
|
2017-08-09 Wei-Lun Chao <bluebat@member.fsf.org>
|
||||||
|
|
||||||
[BZ #17563]
|
[BZ #17563]
|
||||||
|
|
|
@ -53,27 +53,7 @@ END LC_COLLATE
|
||||||
|
|
||||||
|
|
||||||
LC_MONETARY
|
LC_MONETARY
|
||||||
% This is the POSIX Locale definition the LC_MONETARY category
|
copy "hi_IN"
|
||||||
% generated by IBM Basic CountryPack Transformer.
|
|
||||||
% These are generated based on XML base Locale defintion file
|
|
||||||
% for IBM Class for Unicode.
|
|
||||||
%
|
|
||||||
int_curr_symbol "<U0049><U004E><U0052><U0020>"
|
|
||||||
currency_symbol "<U20B9>"
|
|
||||||
mon_decimal_point "<U002E>"
|
|
||||||
mon_thousands_sep "<U002C>"
|
|
||||||
mon_grouping 3;2
|
|
||||||
positive_sign ""
|
|
||||||
negative_sign "<U002D>"
|
|
||||||
int_frac_digits 2
|
|
||||||
frac_digits 2
|
|
||||||
p_cs_precedes 1
|
|
||||||
p_sep_by_space 1
|
|
||||||
n_cs_precedes 1
|
|
||||||
n_sep_by_space 1
|
|
||||||
p_sign_posn 1
|
|
||||||
n_sign_posn 1
|
|
||||||
%
|
|
||||||
END LC_MONETARY
|
END LC_MONETARY
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -58,27 +58,7 @@ END LC_NUMERIC
|
||||||
|
|
||||||
%%%%%%%%%%%%%
|
%%%%%%%%%%%%%
|
||||||
LC_MONETARY
|
LC_MONETARY
|
||||||
int_curr_symbol "<U0049><U004E><U0052><U0020>"
|
copy "hi_IN"
|
||||||
currency_symbol "<U20B9>"
|
|
||||||
mon_decimal_point "<U002E>"
|
|
||||||
mon_thousands_sep "<U002C>"
|
|
||||||
mon_grouping 3;2
|
|
||||||
positive_sign ""
|
|
||||||
negative_sign "<U002D>"
|
|
||||||
int_frac_digits 2
|
|
||||||
frac_digits 2
|
|
||||||
p_cs_precedes 1
|
|
||||||
p_sep_by_space 1
|
|
||||||
n_cs_precedes 1
|
|
||||||
n_sep_by_space 1
|
|
||||||
p_sign_posn 1
|
|
||||||
n_sign_posn 1
|
|
||||||
int_p_cs_precedes 1
|
|
||||||
int_p_sep_by_space 1
|
|
||||||
int_n_cs_precedes 1
|
|
||||||
int_n_sep_by_space 1
|
|
||||||
int_p_sign_posn 1
|
|
||||||
int_n_sign_posn 1
|
|
||||||
END LC_MONETARY
|
END LC_MONETARY
|
||||||
|
|
||||||
%%%%%%%%%%%%%
|
%%%%%%%%%%%%%
|
||||||
|
|
|
@ -47,7 +47,7 @@ copy "iso14651_t1"
|
||||||
END LC_COLLATE
|
END LC_COLLATE
|
||||||
|
|
||||||
LC_MONETARY
|
LC_MONETARY
|
||||||
copy "ks_IN"
|
copy "hi_IN"
|
||||||
END LC_MONETARY
|
END LC_MONETARY
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -54,27 +54,7 @@ END LC_COLLATE
|
||||||
|
|
||||||
|
|
||||||
LC_MONETARY
|
LC_MONETARY
|
||||||
% This is the POSIX Locale definition the LC_MONETARY category
|
copy "hi_IN"
|
||||||
% generated by IBM Basic CountryPack Transformer.
|
|
||||||
% These are generated based on XML base Locale defintion file
|
|
||||||
% for IBM Class for Unicode.
|
|
||||||
%
|
|
||||||
int_curr_symbol "<U0049><U004E><U0052><U0020>"
|
|
||||||
currency_symbol "<U20B9>"
|
|
||||||
mon_decimal_point "<U002E>"
|
|
||||||
mon_thousands_sep "<U002C>"
|
|
||||||
mon_grouping 2;3
|
|
||||||
positive_sign ""
|
|
||||||
negative_sign "<U002D>"
|
|
||||||
int_frac_digits 2
|
|
||||||
frac_digits 2
|
|
||||||
p_cs_precedes 1
|
|
||||||
p_sep_by_space 1
|
|
||||||
n_cs_precedes 1
|
|
||||||
n_sep_by_space 1
|
|
||||||
p_sign_posn 1
|
|
||||||
n_sign_posn 1
|
|
||||||
%
|
|
||||||
END LC_MONETARY
|
END LC_MONETARY
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -53,27 +53,7 @@ END LC_COLLATE
|
||||||
|
|
||||||
|
|
||||||
LC_MONETARY
|
LC_MONETARY
|
||||||
% This is the POSIX Locale definition the LC_MONETARY category
|
copy "hi_IN"
|
||||||
% generated by IBM Basic CountryPack Transformer.
|
|
||||||
% These are generated based on XML base Locale defintion file
|
|
||||||
% for IBM Class for Unicode.
|
|
||||||
%
|
|
||||||
int_curr_symbol "<U0049><U004E><U0052><U0020>"
|
|
||||||
currency_symbol "<U20B9>"
|
|
||||||
mon_decimal_point "<U002E>"
|
|
||||||
mon_thousands_sep "<U002C>"
|
|
||||||
mon_grouping 3;2
|
|
||||||
positive_sign ""
|
|
||||||
negative_sign "<U002D>"
|
|
||||||
int_frac_digits 2
|
|
||||||
frac_digits 2
|
|
||||||
p_cs_precedes 1
|
|
||||||
p_sep_by_space 1
|
|
||||||
n_cs_precedes 1
|
|
||||||
n_sep_by_space 1
|
|
||||||
p_sign_posn 1
|
|
||||||
n_sign_posn 1
|
|
||||||
%
|
|
||||||
END LC_MONETARY
|
END LC_MONETARY
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -74,26 +74,7 @@ copy "iso14651_t1"
|
||||||
END LC_COLLATE
|
END LC_COLLATE
|
||||||
|
|
||||||
LC_MONETARY
|
LC_MONETARY
|
||||||
% This is the POSIX Locale definition the LC_MONETARY category.
|
copy "hi_IN"
|
||||||
% These are generated based on XML base Locale definition file
|
|
||||||
% for IBM Class for Unicode/Java
|
|
||||||
%
|
|
||||||
int_curr_symbol "<U0049><U004E><U0052><U0020>"
|
|
||||||
currency_symbol "<U20B9>"
|
|
||||||
mon_decimal_point "<U002E>"
|
|
||||||
mon_thousands_sep "<U002C>"
|
|
||||||
mon_grouping 3
|
|
||||||
positive_sign "<U002B>"
|
|
||||||
negative_sign "<U002D>"
|
|
||||||
int_frac_digits 2
|
|
||||||
frac_digits 2
|
|
||||||
p_cs_precedes 1
|
|
||||||
p_sep_by_space 1
|
|
||||||
n_cs_precedes 1
|
|
||||||
n_sep_by_space 1
|
|
||||||
p_sign_posn 1
|
|
||||||
n_sign_posn 1
|
|
||||||
%
|
|
||||||
END LC_MONETARY
|
END LC_MONETARY
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -76,19 +76,21 @@ LC_MONETARY
|
||||||
% These are generated based on XML base Locale definition file
|
% These are generated based on XML base Locale definition file
|
||||||
% for IBM Class for Unicode/Java
|
% for IBM Class for Unicode/Java
|
||||||
%
|
%
|
||||||
int_curr_symbol "<U0049><U004E><U0052><U0020>"
|
int_curr_symbol "INR "
|
||||||
currency_symbol "<U20B9>"
|
currency_symbol "<U20B9>"
|
||||||
mon_decimal_point "<U002E>"
|
mon_decimal_point "."
|
||||||
mon_thousands_sep "<U002C>"
|
mon_thousands_sep ","
|
||||||
mon_grouping 3
|
% https://en.wikipedia.org/wiki/Indian_numbering_system
|
||||||
|
mon_grouping 3;2
|
||||||
positive_sign ""
|
positive_sign ""
|
||||||
negative_sign "<U002D>"
|
negative_sign "-"
|
||||||
int_frac_digits 2
|
int_frac_digits 2
|
||||||
frac_digits 2
|
frac_digits 2
|
||||||
|
% https://en.wikipedia.org/wiki/Indian_rupee
|
||||||
p_cs_precedes 1
|
p_cs_precedes 1
|
||||||
p_sep_by_space 1
|
p_sep_by_space 0
|
||||||
n_cs_precedes 1
|
n_cs_precedes 1
|
||||||
n_sep_by_space 1
|
n_sep_by_space 0
|
||||||
p_sign_posn 1
|
p_sign_posn 1
|
||||||
n_sign_posn 1
|
n_sign_posn 1
|
||||||
%
|
%
|
||||||
|
|
|
@ -74,26 +74,7 @@ copy "iso14651_t1"
|
||||||
END LC_COLLATE
|
END LC_COLLATE
|
||||||
|
|
||||||
LC_MONETARY
|
LC_MONETARY
|
||||||
% This is the POSIX Locale definition the LC_MONETARY category.
|
copy "hi_IN"
|
||||||
% These are generated based on XML base Locale definition file
|
|
||||||
% for IBM Class for Unicode/Java
|
|
||||||
%
|
|
||||||
int_curr_symbol "<U0049><U004E><U0052><U0020>"
|
|
||||||
currency_symbol "<U20B9>"
|
|
||||||
mon_decimal_point "<U002E>"
|
|
||||||
mon_thousands_sep "<U002C>"
|
|
||||||
mon_grouping 3
|
|
||||||
positive_sign ""
|
|
||||||
negative_sign "<U002D>"
|
|
||||||
int_frac_digits 2
|
|
||||||
frac_digits 2
|
|
||||||
p_cs_precedes 1
|
|
||||||
p_sep_by_space 1
|
|
||||||
n_cs_precedes 1
|
|
||||||
n_sep_by_space 1
|
|
||||||
p_sign_posn 1
|
|
||||||
n_sign_posn 1
|
|
||||||
%
|
|
||||||
END LC_MONETARY
|
END LC_MONETARY
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -51,27 +51,7 @@ copy "iso14651_t1"
|
||||||
END LC_COLLATE
|
END LC_COLLATE
|
||||||
|
|
||||||
LC_MONETARY
|
LC_MONETARY
|
||||||
% This is the POSIX Locale definition the LC_MONETARY category
|
copy "hi_IN"
|
||||||
% generated by IBM Basic CountryPack Transformer.
|
|
||||||
% These are generated based on XML base Locale defintion file
|
|
||||||
% for IBM Class for Unicode.
|
|
||||||
%
|
|
||||||
int_curr_symbol "<U0049><U004E><U0052><U0020>"
|
|
||||||
currency_symbol "<U20B9>"
|
|
||||||
mon_decimal_point "<U002E>"
|
|
||||||
mon_thousands_sep "<U002C>"
|
|
||||||
mon_grouping 3
|
|
||||||
positive_sign ""
|
|
||||||
negative_sign "<U002D>"
|
|
||||||
int_frac_digits 2
|
|
||||||
frac_digits 2
|
|
||||||
p_cs_precedes 1
|
|
||||||
p_sep_by_space 1
|
|
||||||
n_cs_precedes 1
|
|
||||||
n_sep_by_space 1
|
|
||||||
p_sign_posn 1
|
|
||||||
n_sign_posn 1
|
|
||||||
%
|
|
||||||
END LC_MONETARY
|
END LC_MONETARY
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -56,29 +56,8 @@ copy "iso14651_t1"
|
||||||
|
|
||||||
END LC_COLLATE
|
END LC_COLLATE
|
||||||
|
|
||||||
|
|
||||||
LC_MONETARY
|
LC_MONETARY
|
||||||
% This is the POSIX Locale definition the LC_MONETARY category
|
copy "hi_IN"
|
||||||
% generated by IBM Basic CountryPack Transformer.
|
|
||||||
% These are generated based on XML base Locale defintion file
|
|
||||||
% for IBM Class for Unicode.
|
|
||||||
%
|
|
||||||
int_curr_symbol "<U0049><U004E><U0052><U0020>"
|
|
||||||
currency_symbol "<U20B9>"
|
|
||||||
mon_decimal_point "<U002E>"
|
|
||||||
mon_thousands_sep "<U002C>"
|
|
||||||
mon_grouping 3
|
|
||||||
positive_sign ""
|
|
||||||
negative_sign "<U002D>"
|
|
||||||
int_frac_digits 2
|
|
||||||
frac_digits 2
|
|
||||||
p_cs_precedes 1
|
|
||||||
p_sep_by_space 1
|
|
||||||
n_cs_precedes 1
|
|
||||||
n_sep_by_space 1
|
|
||||||
p_sign_posn 1
|
|
||||||
n_sign_posn 1
|
|
||||||
%
|
|
||||||
END LC_MONETARY
|
END LC_MONETARY
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -65,33 +65,12 @@ END LC_CTYPE
|
||||||
%
|
%
|
||||||
%
|
%
|
||||||
LC_COLLATE
|
LC_COLLATE
|
||||||
|
|
||||||
% Copy the template from ISO/IEC 14651
|
% Copy the template from ISO/IEC 14651
|
||||||
copy "iso14651_t1"
|
copy "iso14651_t1"
|
||||||
|
|
||||||
END LC_COLLATE
|
END LC_COLLATE
|
||||||
|
%
|
||||||
LC_MONETARY
|
LC_MONETARY
|
||||||
% This is the POSIX Locale definition the LC_MONETARY category
|
copy "hi_IN"
|
||||||
% generated by IBM Basic CountryPack Transformer.
|
|
||||||
% These are generated based on XML base Locale defintion file
|
|
||||||
% for IBM Class for Unicode.
|
|
||||||
%
|
|
||||||
int_curr_symbol "<U0049><U004E><U0052><U0020>"
|
|
||||||
currency_symbol "<U20B9>"
|
|
||||||
mon_decimal_point "<U002E>"
|
|
||||||
mon_thousands_sep "<U002C>"
|
|
||||||
mon_grouping 3;2
|
|
||||||
positive_sign ""
|
|
||||||
negative_sign "<U002D>"
|
|
||||||
int_frac_digits 2
|
|
||||||
frac_digits 2
|
|
||||||
p_cs_precedes 1
|
|
||||||
p_sep_by_space 1
|
|
||||||
n_cs_precedes 1
|
|
||||||
n_sep_by_space 1
|
|
||||||
p_sign_posn 1
|
|
||||||
n_sign_posn 1
|
|
||||||
%
|
|
||||||
END LC_MONETARY
|
END LC_MONETARY
|
||||||
%
|
%
|
||||||
LC_NUMERIC
|
LC_NUMERIC
|
||||||
|
|
|
@ -71,27 +71,7 @@ reorder-end
|
||||||
END LC_COLLATE
|
END LC_COLLATE
|
||||||
|
|
||||||
LC_MONETARY
|
LC_MONETARY
|
||||||
% This is the POSIX Locale definition the LC_MONETARY category
|
copy "hi_IN"
|
||||||
% generated by IBM Basic CountryPack Transformer.
|
|
||||||
% These are generated based on XML base Locale defintion file
|
|
||||||
% for IBM Class for Unicode.
|
|
||||||
%
|
|
||||||
int_curr_symbol "<U0049><U004E><U0052><U0020>"
|
|
||||||
currency_symbol "<U20B9>"
|
|
||||||
mon_decimal_point "<U002E>"
|
|
||||||
mon_thousands_sep "<U002C>"
|
|
||||||
mon_grouping 3
|
|
||||||
positive_sign ""
|
|
||||||
negative_sign "<U002D>"
|
|
||||||
int_frac_digits 2
|
|
||||||
frac_digits 2
|
|
||||||
p_cs_precedes 1
|
|
||||||
p_sep_by_space 1
|
|
||||||
n_cs_precedes 1
|
|
||||||
n_sep_by_space 1
|
|
||||||
p_sign_posn 1
|
|
||||||
n_sign_posn 1
|
|
||||||
%
|
|
||||||
END LC_MONETARY
|
END LC_MONETARY
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -614,27 +614,7 @@ END LC_NUMERIC
|
||||||
|
|
||||||
%%%%%%%%%%%%%
|
%%%%%%%%%%%%%
|
||||||
LC_MONETARY
|
LC_MONETARY
|
||||||
int_curr_symbol "<U0049><U004E><U0052><U0020>"
|
copy "hi_IN"
|
||||||
currency_symbol "<U20B9>"
|
|
||||||
mon_decimal_point "<U002E>"
|
|
||||||
mon_thousands_sep "<U002C>"
|
|
||||||
mon_grouping 3;2
|
|
||||||
positive_sign ""
|
|
||||||
negative_sign "<U002D>"
|
|
||||||
int_frac_digits 2
|
|
||||||
frac_digits 2
|
|
||||||
p_cs_precedes 1
|
|
||||||
p_sep_by_space 1
|
|
||||||
n_cs_precedes 1
|
|
||||||
n_sep_by_space 1
|
|
||||||
p_sign_posn 1
|
|
||||||
n_sign_posn 1
|
|
||||||
int_p_cs_precedes 1
|
|
||||||
int_p_sep_by_space 1
|
|
||||||
int_n_cs_precedes 1
|
|
||||||
int_n_sep_by_space 1
|
|
||||||
int_p_sign_posn 1
|
|
||||||
int_n_sign_posn 1
|
|
||||||
END LC_MONETARY
|
END LC_MONETARY
|
||||||
|
|
||||||
%%%%%%%%%%%%%
|
%%%%%%%%%%%%%
|
||||||
|
|
|
@ -72,23 +72,7 @@ copy "iso14651_t1"
|
||||||
END LC_COLLATE
|
END LC_COLLATE
|
||||||
|
|
||||||
LC_MONETARY
|
LC_MONETARY
|
||||||
% This is the POSIX Locale definition the LC_MONETARY category.
|
copy "hi_IN"
|
||||||
int_curr_symbol "<U0049><U004E><U0052><U0020>"
|
|
||||||
currency_symbol "<U20B9>"
|
|
||||||
mon_decimal_point "<U002E>"
|
|
||||||
mon_thousands_sep "<U002C>"
|
|
||||||
mon_grouping 3
|
|
||||||
positive_sign ""
|
|
||||||
negative_sign "<U002D>"
|
|
||||||
int_frac_digits 2
|
|
||||||
frac_digits 2
|
|
||||||
p_cs_precedes 1
|
|
||||||
p_sep_by_space 1
|
|
||||||
n_cs_precedes 1
|
|
||||||
n_sep_by_space 1
|
|
||||||
p_sign_posn 1
|
|
||||||
n_sign_posn 1
|
|
||||||
%
|
|
||||||
END LC_MONETARY
|
END LC_MONETARY
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -55,26 +55,7 @@ copy "iso14651_t1"
|
||||||
END LC_COLLATE
|
END LC_COLLATE
|
||||||
|
|
||||||
LC_MONETARY
|
LC_MONETARY
|
||||||
% This is the POSIX Locale definition the LC_MONETARY category.
|
copy "hi_IN"
|
||||||
% These are generated based on XML base Locale definition file
|
|
||||||
% for IBM Class for Unicode/Java
|
|
||||||
%
|
|
||||||
int_curr_symbol "<U0049><U004E><U0052><U0020>"
|
|
||||||
currency_symbol "<U20B9>"
|
|
||||||
mon_decimal_point "<U002E>"
|
|
||||||
mon_thousands_sep "<U002C>"
|
|
||||||
mon_grouping 3
|
|
||||||
positive_sign ""
|
|
||||||
negative_sign "<U002D>"
|
|
||||||
int_frac_digits 2
|
|
||||||
frac_digits 2
|
|
||||||
p_cs_precedes 1
|
|
||||||
p_sep_by_space 1
|
|
||||||
n_cs_precedes 1
|
|
||||||
n_sep_by_space 1
|
|
||||||
p_sign_posn 1
|
|
||||||
n_sign_posn 1
|
|
||||||
%
|
|
||||||
END LC_MONETARY
|
END LC_MONETARY
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -58,27 +58,7 @@ END LC_COLLATE
|
||||||
|
|
||||||
|
|
||||||
LC_MONETARY
|
LC_MONETARY
|
||||||
% This is the POSIX Locale definition the LC_MONETARY category
|
copy "hi_IN"
|
||||||
% generated by IBM Basic CountryPack Transformer.
|
|
||||||
% These are generated based on XML base Locale defintion file
|
|
||||||
% for IBM Class for Unicode.
|
|
||||||
%
|
|
||||||
int_curr_symbol "<U0049><U004E><U0052><U0020>"
|
|
||||||
currency_symbol "<U20B9>"
|
|
||||||
mon_decimal_point "<U002E>"
|
|
||||||
mon_thousands_sep "<U002C>"
|
|
||||||
mon_grouping 3
|
|
||||||
positive_sign ""
|
|
||||||
negative_sign "<U002D>"
|
|
||||||
int_frac_digits 2
|
|
||||||
frac_digits 2
|
|
||||||
p_cs_precedes 1
|
|
||||||
p_sep_by_space 1
|
|
||||||
n_cs_precedes 1
|
|
||||||
n_sep_by_space 1
|
|
||||||
p_sign_posn 1
|
|
||||||
n_sign_posn 1
|
|
||||||
%
|
|
||||||
END LC_MONETARY
|
END LC_MONETARY
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -75,27 +75,7 @@ END LC_COLLATE
|
||||||
|
|
||||||
|
|
||||||
LC_MONETARY
|
LC_MONETARY
|
||||||
% This is the POSIX Locale definition the LC_MONETARY category
|
copy "hi_IN"
|
||||||
% generated by IBM Basic CountryPack Transformer.
|
|
||||||
% These are generated based on XML base Locale defintion file
|
|
||||||
% for IBM Class for Unicode.
|
|
||||||
%
|
|
||||||
int_curr_symbol "<U0049><U004E><U0052><U0020>"
|
|
||||||
currency_symbol "<U20B9>"
|
|
||||||
mon_decimal_point "<U002E>"
|
|
||||||
mon_thousands_sep "<U002C>"
|
|
||||||
mon_grouping 3;2
|
|
||||||
positive_sign ""
|
|
||||||
negative_sign "<U002D>"
|
|
||||||
int_frac_digits 2
|
|
||||||
frac_digits 2
|
|
||||||
p_cs_precedes 1
|
|
||||||
p_sep_by_space 1
|
|
||||||
n_cs_precedes 1
|
|
||||||
n_sep_by_space 1
|
|
||||||
p_sign_posn 1
|
|
||||||
n_sign_posn 1
|
|
||||||
%
|
|
||||||
END LC_MONETARY
|
END LC_MONETARY
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ copy "iso14651_t1"
|
||||||
END LC_COLLATE
|
END LC_COLLATE
|
||||||
|
|
||||||
LC_MONETARY
|
LC_MONETARY
|
||||||
copy "kn_IN"
|
copy "hi_IN"
|
||||||
END LC_MONETARY
|
END LC_MONETARY
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -75,27 +75,7 @@ END LC_COLLATE
|
||||||
|
|
||||||
|
|
||||||
LC_MONETARY
|
LC_MONETARY
|
||||||
% This is the POSIX Locale definition the LC_MONETARY category
|
copy "hi_IN"
|
||||||
% generated by IBM Basic CountryPack Transformer.
|
|
||||||
% These are generated based on XML base Locale defintion file
|
|
||||||
% for IBM Class for Unicode.
|
|
||||||
%
|
|
||||||
int_curr_symbol "<U0049><U004E><U0052><U0020>"
|
|
||||||
currency_symbol "<U20B9>"
|
|
||||||
mon_decimal_point "<U002E>"
|
|
||||||
mon_thousands_sep "<U002C>"
|
|
||||||
mon_grouping 3;2
|
|
||||||
positive_sign ""
|
|
||||||
negative_sign "<U002D>"
|
|
||||||
int_frac_digits 2
|
|
||||||
frac_digits 2
|
|
||||||
p_cs_precedes 1
|
|
||||||
p_sep_by_space 0
|
|
||||||
n_cs_precedes 1
|
|
||||||
n_sep_by_space 0
|
|
||||||
p_sign_posn 1
|
|
||||||
n_sign_posn 1
|
|
||||||
%
|
|
||||||
END LC_MONETARY
|
END LC_MONETARY
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -58,7 +58,7 @@ END LC_COLLATE
|
||||||
|
|
||||||
|
|
||||||
LC_MONETARY
|
LC_MONETARY
|
||||||
copy "ar_IN"
|
copy "hi_IN"
|
||||||
END LC_MONETARY
|
END LC_MONETARY
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue