diff options
author | Mike FABIAN <mfabian@redhat.com> | 2015-12-09 21:51:26 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2015-12-09 21:51:26 -0500 |
commit | 6f84663a4f8105da59859ce699309c2d284d6494 (patch) | |
tree | c648c3a6a64d9cc3bdc1717a210e77300b36fc16 /ChangeLog | |
parent | e6a6b1c3de62f3ae3f0e5ac5bdcc49a3342f03e7 (diff) | |
download | glibc-6f84663a4f8105da59859ce699309c2d284d6494.tar glibc-6f84663a4f8105da59859ce699309c2d284d6494.tar.gz glibc-6f84663a4f8105da59859ce699309c2d284d6494.tar.bz2 glibc-6f84663a4f8105da59859ce699309c2d284d6494.zip |
Generic updates to transliterations.
- Remove duplicate transliterations for U+0152 and U+0153 from
C-translit.h.in.
- Change Ö U+00D6 LATIN CAPITAL LETTER O WITH STROKE → O
(instead of → OE)
- Change ö U+00F6 LATIN SMALL LETTER O WITH STROKE → o
(instead of → oe)
- Add ₹ U+20B9 INDIAN RUPEE SIGN → INR
- Add ₫ U+20AB DONG SIGN → Dong (in addition to "₫ → Đồng")
- Add many others from
http://unicode.org/cldr/trac/browser/trunk/common/transforms/Latin-ASCII.xml
- Add some more currency signs suggested by Marko Myllynen
- Add another patch with more characters by Marko Myllynen
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2015-12-09 Mike FABIAN <mfabian@redhat.com> + + * locale/C-translit.h.in: Remove duplicate transliterations for U+0152 + and U+0153. + 2015-12-09 Joseph Myers <joseph@codesourcery.com> [BZ #19351] |