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: Re: [PATCH 1/1] Fix LC_MONETARY for ta_LK


> >  END LC_COLLATE
>  
> That is wrong because collation depends  on the language, not the
> country. It does not make a difference in this case because both
> ta_IN and si_LK just use “copy "iso14651_t1"”. But I nevertheless
> consider this wrong.

Agree Not required 

> >  LC_CTYPE
>> -copy "ta_IN"
> > +copy "si_LK"
> >  END LC_CTYPE
>  
> This is certainly wrong because the LC_CTYPE part in ta_IN actually
> does more than the standard "copy" and "include".
>  
> LC_CTYPE information also depends on the language, so you should
> not copy this from a different language.

Agree 
  
> >  LC_MESSAGES
> > @@ -58,11 +58,11 @@ copy "ta_IN"
>  END LC_MESSAGES
>  
>  LC_MONETARY
> -copy "ta_IN"
> +copy "si_LK"
>  END LC_MONETARY
>  
> This is correct because Tamil speaking people living in Sri Lanka
> will use the money from Sri Lanka.

Please find Fix patch for ta_LK only LC_MONETARY Fix is taken 
https://sourceware.org/ml/libc-alpha/2017-07/msg00914.html 

> >  LC_NUMERIC
> > -copy "ta_IN"
> > +copy "si_LK"
>>  END LC_NUMERIC

Attachment: rcptInfo.txt
Description: Binary data


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