This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCHv5] Update the i18n, UTF-8, and translit_* files to Unicode 8.0.0


Hi Mike,

On 2015-06-23 11:08, Mike FABIAN wrote:
> Marko Myllynen <myllynen@redhat.com> 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,

-- 
Marko Myllynen
>From b323fc3f221d8f22cacc47f1807fa9f70a04795c Mon Sep 17 00:00:00 2001
From: Marko Myllynen <myllynen@redhat.com>
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
 <U00A0> <U0020>
+% INVERTED EXCLAMATION MARK
+<U00A1> <U0021>
+% CENT SIGN
+<U00A2> <U0063>
 % POUND SIGN
 <U00A3> "<U0047><U0042><U0050>"
+% YEN SIGN
+<U00A5> "<U004A><U0050><U0059>"
+% BROKEN BAR
+<U00A6> <U007C>
 % COPYRIGHT SIGN
 <U00A9> "<U0028><U0043><U0029>"
 % LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
@@ -28,10 +36,18 @@ include "translit_wide";""
 <U00AD> <U002D>
 % REGISTERED SIGN
 <U00AE> "<U0028><U0052><U0029>"
+% PLUS-MINUS SIGN
+<U00B1> "<U002B><U002D>"
+% ACUTE ACCENT
+<U00B4> <U0027>
+% MIDDLE DOT
+<U00B7> <U002E>
 % CEDILLA
 <U00B8> <U002C>
 % RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
 <U00BB> "<U003E><U003E>"
+% INVERTED QUESTION MARK
+<U00BF> <U003F>
 % LATIN CAPITAL LETTER ETH
 <U00D0> <U0044>
 % MULTIPLICATION SIGN
@@ -64,6 +80,10 @@ include "translit_wide";""
 <U0131> <U0069>
 % LATIN SMALL LETTER KRA (collates with q in DUCET)
 <U0138> <U0071>
+% LATIN CAPITAL LETTER L WITH MIDDLE DOT
+<U013F> <U004C>
+% LATIN SMALL LETTER L WITH MIDDLE DOT
+<U0140> <U006C>
 % LATIN CAPITAL LETTER L WITH STROKE
 <U0141> <U004C>
 % LATIN SMALL LETTER L WITH STROKE
@@ -320,6 +340,8 @@ include "translit_wide";""
 <U02D0> <U003A>
 % SMALL TILDE
 <U02DC> <U007E>
+% DOUBLE ACUTE ACCENT
+<U02DD> "<U0027><U0027>"
 % LATIN LETTER SMALL CAPITAL A
 <U1D00> <U0041>
 % LATIN LETTER SMALL CAPITAL AE
@@ -688,6 +710,10 @@ include "translit_wide";""
 <U253C> <U002B>
 % WHITE BULLET
 <U25E6> <U006F>
+% WHITE SMILING FACE
+<U263A> "<U003A><U0029>"
+% BLACK SMILING FACE
+<U263B> "<U003A><U0029>"
 % LEFT ANGLE BRACKET
 <U3008> <U003C>
 % RIGHT ANGLE BRACKET
-- 
1.8.3.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]