From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 54956 invoked by alias); 12 Jul 2018 22:39:22 -0000 Mailing-List: contact libc-locales-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-locales-owner@sourceware.org Received: (qmail 54894 invoked by uid 48); 12 Jul 2018 22:39:18 -0000 From: "digitalfreak at lingonborough dot com" To: libc-locales@sourceware.org Subject: [Bug localedata/22241] New locale: Yakut (Sakha) locale for Russia (sah_RU) Date: Thu, 12 Jul 2018 22:39:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: digitalfreak at lingonborough dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: maiku.fabian at gmail dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2018-q3/txt/msg00010.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D22241 --- Comment #12 from Rafal Luzynski = --- > +LC_COLLATE > +copy "iso14651_t1" > + > +collating-symbol > +collating-symbol > +collating-symbol > +collating-symbol > +collating-symbol > + > +reorder-after > + > +reorder-after > + > +reorder-after > + > +reorder-after > + > +reorder-after > + This fails with these error messages: > Generating locale sah_RU.UTF-8: this might take a while... > ../localedata/locales/sah_RU:56: LC_COLLATE: cannot reorder after CYR-GHE= : symbol not known > ../localedata/locales/sah_RU:58: LC_COLLATE: cannot reorder after CYR-EN:= symbol not known > ../localedata/locales/sah_RU:60: LC_COLLATE: cannot reorder after CYR-O: = symbol not known > ../localedata/locales/sah_RU:62: LC_COLLATE: cannot reorder after CYR-ES:= symbol not known > ../localedata/locales/sah_RU:64: LC_COLLATE: cannot reorder after CYR-OU:= symbol not known I think that whole this section must be reworked. Also: > +% =D2=94 after =D0=93 The default sort order is: > "=D0=B3" < " =E2=B7=A2" < "=D0=93" < "=D1=93" < "=D0=83" < "=D2=91" < "= =D2=90" < "=D2=93" < "=D2=92" < "=D3=BB" < "=D3=BA" < "=D2=95" < "=D2=94" <= "=D3=B7" < "=D3=B6" < "=D0=B4" < ... I think that this reorder will produce: > "=D0=B3" < "=D2=95" < " =E2=B7=A2" < "=D0=93" < "=D2=94" < "=D1=93" < "= =D0=83" < "=D2=91" < "=D2=90" < "=D2=93" < "=D2=92" < "=D3=BB" < "=D3=BA" <= "=D3=B7" < "=D3=B6" < "=D0=B4" < ... I think that instead you would like: > "=D0=B3" < " =E2=B7=A2" < "=D0=93" < "=D1=93" < "=D0=83" < "=D2=91" < "= =D2=90" < "=D2=93" < "=D2=92" < "=D3=BB" < "=D3=BA" < "=D3=B7" < "=D3=B6" <= "=D2=95" < "=D2=94" < "=D0=B4" < ... which means you must put "Cyrillic GHE with middle hook" after "Cyrillic GHE with descender" rather than just after "Cyrillic GHE". Yes, this inconveni= ent. The same comment about other reorders. --=20 You are receiving this mail because: You are on the CC list for the bug.