This is the mail archive of the glibc-bugs@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]

[Bug localedata/21919] Added New Locale it_VA


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

--- Comment #2 from Akhilesh Kumar <akhilesh.k at samsung dot com> ---
>>     +
>>     +LC_MONETARY
>>     +int_curr_symbol           "ERO "
>
>I think that should be "EUR ".
>
>>     +currency_symbol           "€"
>>     +mon_decimal_point         "."
>>     +mon_thousands_sep         ","
>>     +mon_grouping              3;3
>>     +positive_sign             ""
>>     +negative_sign             "-"
>>     +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
>

Corrected EUR, mon_decimal_point and mon_thousands_sep
Please find updated patch 
https://sourceware.org/ml/libc-alpha/2017-08/msg00258.html

>LC_MONETARY
>int_curr_symbol           "EUR "
>currency_symbol           "€"
>
>

-- 
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]