From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4A38A385829D; Fri, 5 Jan 2024 10:39:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4A38A385829D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704451167; bh=M9mOd5Rel3wrwVs7b1rCQ7tQfKLX+E7QrmBNVHDFsFU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kz5ZM4efMONad+iLPCnMqZL9Xv/fFK1pmpEkoCqxOxfYcI1u/q7cQ0g1xPEc8rF1f QsTskkb4pIDOg93ZQAu/KAK7xDTBSJqg5zVCa8NY5VNzzAE9EZiXOxXcH74YnodChU cj4NBwgE5UmfCie8j5DdIG5PWnJ8EXWXNRNwPmJk= From: "maiku.fabian at gmail dot com" To: libc-locales@sourceware.org Subject: [Bug localedata/22470] Suggestion: Add Cyrillic "dD" and "nN" to yesexpr and noexpr respectively to every locale in Russia Date: Fri, 05 Jan 2024 10:39:26 +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: NEW 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D22470 --- Comment #2 from Mike FABIAN --- In the ru_RU locale, "=D0=B4=D0=94" and "=D0=BD=D0=9D" have been there "fo= rever" so I think I should better not touch it. But adding it to all other *_RU locales might c= ause more problems than it solves.=20 Currently we have:=20 mfabian@hathi:/local/mfabian/src/glibc/localedata/locales (master $%) $ grep expr *_RU | glibc-locale-convert.py -u ce_RU:yesexpr "^[+1yY=D0=94=D0=B4]" ce_RU:noexpr "^[-0nN=D0=9C=D0=BC]" cv_RU:yesexpr "^[+1yY]" cv_RU:noexpr "^[-0nN]" mhr_RU:yesexpr "^[+1yY=D0=A2=D1=82]" mhr_RU:noexpr "^[-0nN=D0=A3=D1=83]" os_RU:yesexpr "^[+1yY=D1=83=D0=A3]" os_RU:noexpr "^[-0nN=D0=BD=D0=9D]" ru_RU:yesexpr "^[+1yY=D0=94=D0=B4]" ru_RU:noexpr "^[-0nN=D0=9D=D0=BD]" sah_RU:yesexpr "^[+1yY=D0=B4=D0=94=D1=8D=D0=AD]" sah_RU:noexpr "^[-0nN=D0=BD=D0=9D=D1=81=D0=A1]" tt_RU:yesexpr "^[+1yY=D3=99=D3=98]" tt_RU:noexpr "^[-0nN=D1=8E=D0=AE]" mfabian@hathi:/local/mfabian/src/glibc/localedata/locales (master $%) $ --=20 You are receiving this mail because: You are on the CC list for the bug.=