public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [Patch v4 2/14] [BZ #14095] update collation data from Unicode / ISO 14651
@ 2018-02-26 15:04 Mike FABIAN
  2018-02-26 18:13 ` Carlos O'Donell
  0 siblings, 1 reply; 2+ messages in thread
From: Mike FABIAN @ 2018-02-26 15:04 UTC (permalink / raw)
  To: libc-alpha; +Cc: Dmitry V. Levin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0002-Necessary-changes-after-updating-the-iso14651_t1_com.patch --]
[-- Type: text/x-patch, Size: 2103 bytes --]

From 8c72b35b6547a5d1886a882890e00fd9768a915d Mon Sep 17 00:00:00 2001
From: Mike FABIAN <mfabian@redhat.com>
Date: Tue, 30 Jan 2018 18:04:31 +0100
Subject: [PATCH 02/14] Necessary changes after updating the iso14651_t1_common
 file

	* localedata/locales/iso14651_t1_common: Necessary changes
	to make the file downloaded from ISO usable by glibc.
---
 localedata/locales/iso14651_t1_common | 24 ++++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)

diff --git a/localedata/locales/iso14651_t1_common b/localedata/locales/iso14651_t1_common
index 989f3322c0..9546a785fc 100644
--- a/localedata/locales/iso14651_t1_common
+++ b/localedata/locales/iso14651_t1_common
@@ -1,7 +1,14 @@
-% escape_char /
-% comment_char %
+escape_char /
+comment_char %
 
-% LC_COLLATE
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
+LC_COLLATE
 
 % Decomment the lines above to create an
 %   LC_COLLATE definition in the style of ISO/IEC TR 14652:2004.
@@ -21867,10 +21874,11 @@ collating-element <UAABC_AAAF> from "<UAABC><UAAAF>" % collation-element for reo
 
 <SFFFF> % Largest primary weight
 
-
-% order_start forward;forward;forward;forward,position
-
-% order_start forward;backward;forward;forward,position
+ifdef DIACRIT_BACKWARD
+order_start forward;backward;forward;forward,position
+else
+order_start forward;forward;forward;forward,position
+endif
 
 % Decomment the first order_start line to specify directions for each level.
 %   To tailor for French accent handling, instead decomment the second
@@ -52612,7 +52620,7 @@ collating-element <UAABC_AAAF> from "<UAABC><UAAAF>" % collation-element for reo
 
 order_end
 
-% END LC_COLLATE
+END LC_COLLATE
 
 % Decomment the line above to create a 14652-style
 %   LC_COLLATE definition.
-- 
2.14.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Patch v4 2/14] [BZ #14095] update collation data from Unicode / ISO 14651
  2018-02-26 15:04 [Patch v4 2/14] [BZ #14095] update collation data from Unicode / ISO 14651 Mike FABIAN
@ 2018-02-26 18:13 ` Carlos O'Donell
  0 siblings, 0 replies; 2+ messages in thread
From: Carlos O'Donell @ 2018-02-26 18:13 UTC (permalink / raw)
  To: Mike FABIAN, libc-alpha; +Cc: Dmitry V. Levin

On 02/26/2018 06:58 AM, Mike FABIAN wrote:
> From 8c72b35b6547a5d1886a882890e00fd9768a915d Mon Sep 17 00:00:00 2001
> From: Mike FABIAN <mfabian@redhat.com>
> Date: Tue, 30 Jan 2018 18:04:31 +0100
> Subject: [PATCH 02/14] Necessary changes after updating the iso14651_t1_common
>  file
> 
> 	* localedata/locales/iso14651_t1_common: Necessary changes
> 	to make the file downloaded from ISO usable by glibc.

LGTM.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>

-- 
Cheers,
Carlos.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-26 18:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-26 15:04 [Patch v4 2/14] [BZ #14095] update collation data from Unicode / ISO 14651 Mike FABIAN
2018-02-26 18:13 ` Carlos O'Donell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).