Transliterate U20B9.

This commit is contained in:
Ulrich Drepper 2011-05-09 11:53:58 -04:00
parent 7734679ac1
commit 2a81eaa5a2
5 changed files with 507 additions and 499 deletions

View file

@ -1,3 +1,9 @@
2011-05-09 Ulrich Drepper <drepper@gmail.com>
[BZ #12711]
* locale/C-translit.h.in: Add entry for U20B9.
Patch by pravin.d.s@gmail.com.
2011-05-08 Ulrich Drepper <drepper@gmail.com>
[BZ #12713]

4
NEWS
View file

@ -23,8 +23,8 @@ Version 2.14
* The following bugs are resolved with this release:
11724, 12393, 12420, 12445, 12454, 12460, 12469, 12489, 12509, 12510,
12518, 12583, 12587, 12597, 12631, 12650, 12653, 12655, 12685, 12713,
12714, 12717, 12723, 12734, 12738
12518, 12583, 12587, 12597, 12631, 12650, 12653, 12655, 12685, 12711,
12713, 12714, 12717, 12723, 12734, 12738
Version 2.13

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,5 @@
/* Transliteration for the C locale. -*-C-*-
Copyright (C) 2000, 2001, 2002, 2007 Free Software Foundation, Inc.
Copyright (C) 2000, 2001, 2002, 2007, 2011 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2000.
@ -105,6 +105,7 @@
"\x2063" "" /* <U2063> INVISIBLE SEPARATOR */
"\x20a8" "Rs" /* <U20A8> RUPEE SIGN */
"\x20ac" "EUR" /* <U20AC> EURO SIGN */
"\x20b9" "INR" /* <U20B9> INDIAN RUPEE SIGN */
"\x2100" "a/c" /* <U2100> ACCOUNT OF */
"\x2101" "a/s" /* <U2101> ADDRESSED TO THE SUBJECT */
"\x2102" "C" /* <U2102> DOUBLE-STRUCK CAPITAL C */

View file

@ -1,5 +1,6 @@
2011-05-09 Ulrich Drepper <drepper@gmail.com>
[BZ #12711]
* charmaps/UTF-8: Update from reason Unidata.txt file.
[BZ #12738]