From patchwork Wed May 13 05:37:50 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Weimer X-Patchwork-Id: 39231 X-Patchwork-Delegate: carlos@redhat.com Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id DFFE9387086B; Wed, 13 May 2020 05:37:54 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from albireo.enyo.de (albireo.enyo.de [37.24.231.21]) by sourceware.org (Postfix) with ESMTPS id 3BFD7386F82A for ; Wed, 13 May 2020 05:37:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3BFD7386F82A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=deneb.enyo.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=fw@deneb.enyo.de Received: from [172.17.203.2] (helo=deneb.enyo.de) by albireo.enyo.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1jYk5X-0000U5-3c for libc-alpha@sourceware.org; Wed, 13 May 2020 05:37:51 +0000 Received: from fw by deneb.enyo.de with local (Exim 4.92) (envelope-from ) id 1jYk5X-0006dd-0D for libc-alpha@sourceware.org; Wed, 13 May 2020 07:37:51 +0200 From: Florian Weimer To: libc-alpha@sourceware.org Subject: [PATCH] locale: Add transliteration for Geresh, Gershayim (U+05F3, U+05F4) Date: Wed, 13 May 2020 07:37:50 +0200 Message-ID: <87eero8kep.fsf@mid.deneb.enyo.de> MIME-Version: 1.0 X-Spam-Status: No, score=-13.0 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" ISO-8859-8-based locales will need this transliteration if the locale files contain these Unicode characters. Reviewed-by: Carlos O'Donell --- locale/C-translit.h.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locale/C-translit.h.in b/locale/C-translit.h.in index 31cd86a5cf..a0c545b7d3 100644 --- a/locale/C-translit.h.in +++ b/locale/C-translit.h.in @@ -360,6 +360,8 @@ "\x04f5" "ch`" # CYRILLIC SMALL LETTER CHE WITH DIAERESIS "\x04f8" "Y`" # CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS "\x04f9" "y`" # CYRILLIC SMALL LETTER YERU WITH DIAERESIS +"\x05f3" "'" # HEBREW PUNCTUATION GERESH +"\x05f4" "\"" # HEBREW PUNCTUATION GERSHAYIM "\x2002" " " # EN SPACE "\x2003" " " # EM SPACE "\x2004" " " # THREE-PER-EM SPACE