Bug 12711

Summary: changes required for adding new currency symbol in indian locale _IN
Product: glibc Reporter: Pravin S <pravin.d.s>
Component: localedataAssignee: GNU C Library Locale Maintainers <libc-locales>
Status: RESOLVED FIXED    
Severity: normal CC: drepper.fsp
Priority: P2 Flags: fweimer: security-
Version: 2.13   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 12541    
Attachments: sourashtra locale file
it adds Indian Rupee Symbol in C-translit.h.in

Description Pravin S 2011-04-28 10:30:07 UTC
Created attachment 5691 [details]
sourashtra locale file

see the attached locale

localedef -i ./saz -f UTF-8 ./saz_TT gives error

./saz:73: LC_MONETARY: unknown character in field `currency_symbol'

taking reference of bug http://sourceware.org/bugzilla/show_bug.cgi?id=11258

it looks like changes required in C-translit-h.in

attaching patch for same
Comment 1 Pravin S 2011-04-28 10:32:15 UTC
Created attachment 5692 [details]
it adds Indian Rupee Symbol in C-translit.h.in
Comment 2 Ulrich Drepper 2011-05-09 15:55:48 UTC
The real fix for this issue is to add the rupee sign to the UTF-8 file.  I did that.  The additional transliteration is just a bonus.  I applied that change as well.
Comment 3 Pravin S 2011-05-10 03:51:18 UTC
thanks :)