This is the mail archive of the libc-locales@sourceware.org mailing list for the GNU libc locales 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: [Bug localedata/18953] lt_LT: change currency symbol to the euro


On 2015-09-16 19:32, Mike Frysinger wrote:
> On 13 Sep 2015 03:26, Gunnar Hjalmarsson wrote:
>> On 2015-09-13 02:49, vapier at gentoo dot org wrote:
>>> --- Comment #2 from Mike Frysinger <vapier at gentoo dot org> ---
>>> please post patches to the libc locale mailing list
>>
>> Why isn't it sufficient to attach them to the bug reports?
> 
> because that's not how we've decided to run the development of glibc
> (and how it's been working for over a decade):

Ok, thanks for letting me know.

Actually, I fear (no, I know) that there are other patches attached to
bug reports at

https://sourceware.org/bugzilla/buglist.cgi?component=localedata&product=glibc

Are you saying that they are typically ignored?

> https://sourceware.org/glibc/wiki/HomePage#Development
> https://sourceware.org/glibc/wiki/Contribution%20checklist
> 
>> --- langpack-locales.orig/locales/lt_LT	2012-03-06 10:10:20.000000000 +0100
>> +++ langpack-locales/locales/lt_LT	2015-09-11 19:01:29.819534100 +0200
> 
> this patch is against some random Ubuntu archive it looks like.
> patches should be against the latest git.  these files live in:
> 	localedata/locales/lt_LT
> 
>> +% EUR
>> +% â
> 
> we don't generally bother commenting these fields.  none of the other
> euro based ones do.

Attached please find a new patch based on git.

-- 
Gunnar Hjalmarsson
https://launchpad.net/~gunnarhj
--- a/localedata/locales/lt_LT	2015-09-16 22:02:56.142967439 +0200
+++ b/localedata/locales/lt_LT	2015-09-16 22:10:58.242703329 +0200
@@ -2130,8 +2130,8 @@
 END LC_CTYPE
 
 LC_MONETARY
-int_curr_symbol     "<U004C><U0054><U004C><U0020>"
-currency_symbol     "<U004C><U0074>"
+int_curr_symbol     "<U0045><U0055><U0052><U0020>"
+currency_symbol     "<U20AC>"
 mon_decimal_point   "<U002C>"
 mon_thousands_sep   "<U002E>"
 mon_grouping        3;3

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