Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Mike FABIAN authored and Carlos O'Donell committed Dec 10, 2015
1 parent e6a6b1c commit 6f84663
Show file tree
Hide file tree
Showing 4 changed files with 479 additions and 7 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -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]
Expand Down
2 changes: 0 additions & 2 deletions locale/C-translit.h.in
Expand Up @@ -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 */
Expand Down
9 changes: 9 additions & 0 deletions 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]
Expand Down

0 comments on commit 6f84663

Please sign in to comment.