[Bug localedata/21920] Fix p_cs_precedes/n_cs_precedes for mt_MT

akhilesh.k at samsung dot com sourceware-bugzilla@sourceware.org
Tue Aug 8 11:27:00 GMT 2017


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

--- Comment #2 from Akhilesh Kumar <akhilesh.k at samsung dot com> ---
> >  1 files changed, 2 insertions(+), 2 deletions(-)
>>
> > diff --git a/localedata/locales/mt_MT b/localedata/locales/mt_MT
> > index dd0ab3c..51a4c55 100644
> > --- a/localedata/locales/mt_MT
> > +++ b/localedata/locales/mt_MT
> > @@ -148,9 +148,9 @@ positive_sign         ""
> >  negative_sign         "<U002D>"
> >  int_frac_digits       2
> >  frac_digits           2
> > -p_cs_precedes         0
> > +p_cs_precedes         1
> >  p_sep_by_space        0
> > -n_cs_precedes         0
> > +n_cs_precedes         1
> >  n_sep_by_space        0
> >  p_sign_posn           1
> >  n_sign_posn           0
> 
>n_sign_posn should be 1, I think:
> 
> https://www.gnu.org/software/libc/manual/html_mono/libc.html#General-Numeric

  Agrees please find updated changes 

  https://sourceware.org/ml/libc-alpha/2017-08/msg00260.html


> says:
> 
> > 0
> > 
> >     The currency symbol and quantity should be surrounded by parentheses.
> > 1
> > 
> >     Print the sign string before the quantity and currency symbol.

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


More information about the Libc-locales mailing list