From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5363A3858404; Mon, 8 Jan 2024 09:35:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5363A3858404 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704706543; bh=qvq7K0OEA4M8sfWwbRLzBbKzQP7GGWKDK3XHSVSFw88=; h=From:To:Subject:Date:In-Reply-To:References:From; b=feaem0B0JyjeGB5J0bvpNDNhr+8Re4oq7nFx4BONTKKjEToV2/OqEKJ0j/ttYMCS1 W73izvAr1SKjJp6RMMH2c2wOrjosSBduO6U4KMe4tzO4X9WMHac1ruGg3lY0pbUX/B ha5rfNUIBoFo+7PDnTgatW+zamhnxOTWSou4NIXA= From: "maiku.fabian at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug localedata/31221] Add localedata for ISO code "tok" (Toki Pona) Date: Mon, 08 Jan 2024 09:35:42 +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: maiku.fabian at gmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: maiku.fabian at gmail dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on assigned_to cc everconfirmed bug_status 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31221 Mike FABIAN changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-01-08 Assignee|unassigned at sourceware dot org |maiku.fabian at gma= il dot com CC| |maiku.fabian at gmail dot = com Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED --- Comment #1 from Mike FABIAN --- This new locale contains: +LC_MESSAGES +yesexpr "^[+1wW]" +noexpr "^[-0aA]" +yesstr "wile" +nostr "ala" +END LC_MESSAGES Most locales have yY and nN added to teh yesexpr and noexpr, except when th= ere is a conflict. For example the sw_KE locale does not have nN in noexpr beca= use there seems to be a conflict: $ grep expr sw_KE yesexpr "^[+1nNyY]" noexpr "^[-0hHlL]" What do you think in the case of Toki Pona, should yY and nN be in the yese= xpr and noexpr or not? --=20 You are receiving this mail because: You are on the CC list for the bug.=