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 /locale/C-translit.h.in | |
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 'locale/C-translit.h.in')
-rw-r--r-- | locale/C-translit.h.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/locale/C-translit.h.in b/locale/C-translit.h.in index 71bef640a3..7aed945e25 100644 --- a/locale/C-translit.h.in +++ b/locale/C-translit.h.in @@ -38,8 +38,6 @@ "\x0133" "ij" /* <U0133> LATIN SMALL LIGATURE IJ */ "\x0149" "'n" /* <U0149> LATIN SMALL LETTER N PRECEDED BY APOSTROPHE */ "\x0152" "OE" /* <U0152> LATIN CAPITAL LIGATURE OE */ -"\x0152" "OE" /* <U0152> LATIN CAPITAL LIGATURE OE */ -"\x0153" "oe" /* <U0153> LATIN SMALL LIGATURE OE */ "\x0153" "oe" /* <U0153> LATIN SMALL LIGATURE OE */ "\x017f" "s" /* <U017F> LATIN SMALL LETTER LONG S */ "\x01c7" "LJ" /* <U01C7> LATIN CAPITAL LETTER LJ */ |