From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7AB553858430; Mon, 8 Jan 2024 09:35:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7AB553858430 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=IhA9+Nv7pIsroWUK15EwGYyEIza4MedLS8geZprJRMPJTCgyRzTP2fm+mzMQ8vjbb 5AtfUl/VzZnQbsSNn42iKF+p54oMECkoSIALRPgDWItSafVeRULAiD+b5yHPgmyEjv 3T69Ox4N1ru+wLCEbQjKhQiZUgXQ0eD5C/l3NwSo= From: "maiku.fabian at gmail dot com" To: libc-locales@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.=