From patchwork Mon Dec 7 17:17:21 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike FABIAN X-Patchwork-Id: 9916 Received: (qmail 7304 invoked by alias); 7 Dec 2015 17:17:26 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 7272 invoked by uid 89); 7 Dec 2015 17:17:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=4.3 required=5.0 tests=AWL, BAYES_50, LIKELY_SPAM_SUBJECT, SPF_HELO_PASS, T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mx1.redhat.com From: Mike FABIAN To: GLIBC Devel Cc: Marko Myllynen , Jens Petersen Subject: [PATCH 1/5][v9] Update the i18n, UTF-8, and translit_* files to Unicode 8.0.0 References: <55890F4C.7030309@redhat.com> <558AD8AA.5060606@redhat.com> <614513495.4646079.1437656891812.JavaMail.zimbra@redhat.com> Date: Mon, 07 Dec 2015 18:17:21 +0100 In-Reply-To: (Mike FABIAN's message of "Mon, 07 Dec 2015 18:15:48 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 From e1ea302158b5bf678a6af37a0ef03b78bc467b69 Mon Sep 17 00:00:00 2001 From: Mike FABIAN 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" /* LATIN SMALL LIGATURE IJ */ "\x0149" "'n" /* LATIN SMALL LETTER N PRECEDED BY APOSTROPHE */ "\x0152" "OE" /* LATIN CAPITAL LIGATURE OE */ -"\x0152" "OE" /* LATIN CAPITAL LIGATURE OE */ -"\x0153" "oe" /* LATIN SMALL LIGATURE OE */ "\x0153" "oe" /* LATIN SMALL LIGATURE OE */ "\x017f" "s" /* LATIN SMALL LETTER LONG S */ "\x01c7" "LJ" /* LATIN CAPITAL LETTER LJ */ -- 2.5.0