From patchwork Wed Jun 24 16:19:54 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marko Myllynen X-Patchwork-Id: 7330 Received: (qmail 108255 invoked by alias); 24 Jun 2015 16:20:03 -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 108227 invoked by uid 89); 24 Jun 2015 16:20:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.5 required=5.0 tests=AWL, BAYES_50, KAM_LAZY_DOMAIN_SECURITY, LIKELY_SPAM_SUBJECT, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Message-ID: <558AD8AA.5060606@redhat.com> Date: Wed, 24 Jun 2015 19:19:54 +0300 From: Marko Myllynen Reply-To: myllynen@redhat.com User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Mike FABIAN CC: GLIBC Devel , Pravin Satpute , Jens Petersen Subject: Re: [PATCHv5] Update the i18n, UTF-8, and translit_* files to Unicode 8.0.0 References: <55890F4C.7030309@redhat.com> In-Reply-To: Hi Mike, On 2015-06-23 11:08, Mike FABIAN wrote: > Marko Myllynen wrote: >> On 2015-06-22 20:20, Mike FABIAN wrote: >>> >>> Subject: [PATCH 2/5] Addition and fixes for translit_neutral > > A new patch set is attached. I think there are still few additional somewhat often used characters that could be included in translit_neutral, please see the attached patch for suggestions. Perhaps you could spin new patches with these included in case you agree they're useful to have? Thanks, From b323fc3f221d8f22cacc47f1807fa9f70a04795c Mon Sep 17 00:00:00 2001 From: Marko Myllynen Date: Wed, 24 Jun 2015 16:59:03 +0300 Subject: [PATCH] More translit_neutral rules --- localedata/locales/translit_neutral | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/localedata/locales/translit_neutral b/localedata/locales/translit_neutral index 7029d64..c444350 100644 --- a/localedata/locales/translit_neutral +++ b/localedata/locales/translit_neutral @@ -18,8 +18,16 @@ include "translit_wide";"" % NO-BREAK SPACE +% INVERTED EXCLAMATION MARK + +% CENT SIGN + % POUND SIGN "" +% YEN SIGN + "" +% BROKEN BAR + % COPYRIGHT SIGN "" % LEFT-POINTING DOUBLE ANGLE QUOTATION MARK @@ -28,10 +36,18 @@ include "translit_wide";"" % REGISTERED SIGN "" +% PLUS-MINUS SIGN + "" +% ACUTE ACCENT + +% MIDDLE DOT + % CEDILLA % RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK "" +% INVERTED QUESTION MARK + % LATIN CAPITAL LETTER ETH % MULTIPLICATION SIGN @@ -64,6 +80,10 @@ include "translit_wide";"" % LATIN SMALL LETTER KRA (collates with q in DUCET) +% LATIN CAPITAL LETTER L WITH MIDDLE DOT + +% LATIN SMALL LETTER L WITH MIDDLE DOT + % LATIN CAPITAL LETTER L WITH STROKE % LATIN SMALL LETTER L WITH STROKE @@ -320,6 +340,8 @@ include "translit_wide";"" % SMALL TILDE +% DOUBLE ACUTE ACCENT + "" % LATIN LETTER SMALL CAPITAL A % LATIN LETTER SMALL CAPITAL AE @@ -688,6 +710,10 @@ include "translit_wide";"" % WHITE BULLET +% WHITE SMILING FACE + "" +% BLACK SMILING FACE + "" % LEFT ANGLE BRACKET % RIGHT ANGLE BRACKET -- 1.8.3.1