This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2] Removed redundant data for LC_MONETARY


On Wed, Jul 26, 2017 at 11:04 AM, Tulio Magno Quites Machado Filho
<tuliom@linux.vnet.ibm.com> wrote:
> Akhilesh Kumar <akhilesh.k@samsung.com> writes:
>
>> diff --git a/localedata/locales/bn_IN b/localedata/locales/bn_IN
>> index b27af12..f8074b5 100644
>> --- a/localedata/locales/bn_IN
>> +++ b/localedata/locales/bn_IN
>> @@ -54,27 +54,7 @@ END LC_COLLATE
>>
>>
>>  LC_MONETARY
>> -% This is the POSIX Locale definition the LC_MONETARY category
>> -% 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
>
> mon_grouping is different than what hi_IN defines.
>
>> diff --git a/localedata/locales/te_IN b/localedata/locales/te_IN
>> index e8c6424..a1f10e1 100644
>> --- a/localedata/locales/te_IN
>> +++ b/localedata/locales/te_IN
>> @@ -75,27 +75,7 @@ END LC_COLLATE
>>
>>
>>  LC_MONETARY
>> -% This is the POSIX Locale definition the LC_MONETARY category
>> -% 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
>
> Both p_sep_by_space and n_sep_by_space values were different than what
> hi_IN defines.
>
> These changes are causing errors at stdlib/tst-strfmon_l.
>
> Are these changes really expected?
>

Should the commit be reverted for now?

-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]