Bug 12711 - changes required for adding new currency symbol in indian locale _IN
Summary: changes required for adding new currency symbol in indian locale _IN
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: localedata (show other bugs)
Version: 2.13
: P2 normal
Target Milestone: ---
Assignee: GNU C Library Locale Maintainers
URL:
Keywords:
Depends on:
Blocks: 12541
  Show dependency treegraph
 
Reported: 2011-04-28 10:30 UTC by Pravin S
Modified: 2014-06-27 13:30 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments
sourashtra locale file (1.77 KB, application/octet-stream)
2011-04-28 10:30 UTC, Pravin S
Details
it adds Indian Rupee Symbol in C-translit.h.in (318 bytes, patch)
2011-04-28 10:32 UTC, Pravin S
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 :)