This is the mail archive of the libc-locales@sourceware.org mailing list for the GNU libc locales 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]

[Bug localedata/21836] Removed redundant data (LC_MONETARY) in various Indian locales


https://sourceware.org/bugzilla/show_bug.cgi?id=21836

--- Comment #7 from Akhilesh Kumar <akhilesh.k at samsung dot com> ---
>>> -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?
>>
>>  
>> I believe LC_MONETARY to be uniform across the country.
>>
>> Also In LC_MONETARY "mon_grouping"  field in nation language “Hindi” seems wrong
>> it could be 3;2
>> 
>> I will check other field (p_sep_by_space and n_sep_by_space)
>> and Share Fix patch soon
>
>Did you check these other fields for hi_IN already?

If we got with government web link MONETARY is same across india 
I added some Reference

https://en.wikipedia.org/wiki/Indian_numbering_system
https://en.wikipedia.org/wiki/Indian_rupee

best example currency note 
p_sep_by_space is 0 exmaple : 
₹10, ₹20, ₹50, ₹100, ₹500, ₹2000
https://sourceware.org/ml/libc-alpha/2017-08/msg00356.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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