[PATCH 1/1] Fix LC_MONETARY for ta_LK
AKHILESH KUMAR
akhilesh.k@samsung.com
Thu Jul 27 09:37:00 GMT 2017
> > 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rcptInfo.txt
Type: application/octet-stream
Size: 997 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20170727/bd2c18ab/attachment.obj>
More information about the Libc-alpha
mailing list