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 /localedata/ChangeLog | |
parent | e6a6b1c3de62f3ae3f0e5ac5bdcc49a3342f03e7 (diff) | |
download | glibc-6f84663a4f8105da59859ce699309c2d284d6494.tar.gz glibc-6f84663a4f8105da59859ce699309c2d284d6494.tar.xz 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 'localedata/ChangeLog')
-rw-r--r-- | localedata/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index fae4dabe11..5b58e8abab 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,12 @@ +2015-12-09 Mike FABIAN <mfabian@redhat.com> + Marko Myllynen <myllynen@redhat.com> + + * locales/translit_neutral: 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"). + Synchronize with CLDR Latin-ASCII.xml, and community suggestions. + 2015-10-17 Gunnar Hjalmarsson <gunnarhj@ubuntu.com> [BZ #18953] |