[1/5,v9] Update the i18n, UTF-8, and translit_* files to Unicode 8.0.0

Message ID s9d8u56mb4u.fsf_-_@ari.site
State Committed
Commit 6f84663a4f8105da59859ce699309c2d284d6494
Headers

Commit Message

Mike FABIAN Dec. 7, 2015, 5:17 p.m. UTC
  
  

Comments

Carlos O'Donell Dec. 10, 2015, 2:55 a.m. UTC | #1
On 12/07/2015 12:17 PM, Mike FABIAN wrote:
> From e1ea302158b5bf678a6af37a0ef03b78bc467b69 Mon Sep 17 00:00:00 2001
> From: Mike FABIAN <mfabian@redhat.com>
> Date: Mon, 18 May 2015 07:03:13 +0200
> Subject: [PATCH 1/5] Remove duplicate transliterations for U+0152 and U+0153
>  from C-translit.h.in
> 
> ---
>  locale/C-translit.h.in | 2 --
>  1 file changed, 2 deletions(-)

This looks good to me.

Committed along with patch #2 as one changeset, since that's how I
tested it.

commit 6f84663a4f8105da59859ce699309c2d284d6494
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Wed Dec 9 21:51:26 2015 -0500

    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


Cheers,
Carlos.
  

Patch

From e1ea302158b5bf678a6af37a0ef03b78bc467b69 Mon Sep 17 00:00:00 2001
From: Mike FABIAN <mfabian@redhat.com>
Date: Mon, 18 May 2015 07:03:13 +0200
Subject: [PATCH 1/5] Remove duplicate transliterations for U+0152 and U+0153
 from C-translit.h.in

---
 locale/C-translit.h.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/locale/C-translit.h.in b/locale/C-translit.h.in
index 71bef64..7aed945 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 */
-- 
2.5.0