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: 553467 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id D304C140281 for ; Tue, 8 Dec 2015 04:17:32 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b=PcIiY60x; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=rGgGs EQPm8w3ZqLcRrbqWmLX9Ed73+1w91l+2816B7WXk3N/gnaex78ZXQnNxVidErQXT ojue4andmchFeHwy1ukfuYPqeWYJLtRHO4zU3aHFdt/wfKl8nLJF0NTsePKHkOyv p6D5FBKRxgJyopWMU1q/wtA8KQHgpBBQ9NOnYo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=jlNALjt4itY ElWhDRUm1bShB4qU=; b=PcIiY60xUMRyIoxlLgAQtCg/g/vG9WOJciSPgFnlGTP 7L5+b3DwEHxmbZI587/vkshOl7GAw7ilqO7Cye2rF3qh+bPxsz/TS5AlpxYHMAS+ bS8L6E38FGoSjFG+S0c+dJ7CfX2yTOOqINyVFa+co+cSVY59DBoT/A3BeKI1rwAg = 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