https://sourceware.org/ml/libc-alpha/2017-08/msg00244.html
>> + >> +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 > >Why are mon_decimal_point and mon_thousands_sep different from what the >it_IT locale has?: Corrected EUR, mon_decimal_point and mon_thousands_sep Please find updated patch https://sourceware.org/ml/libc-alpha/2017-08/msg00259.html >LC_MONETARY >int_curr_symbol "EUR " >currency_symbol "€" > >
I don’t see what value this adds over just using it_IT.