From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 95A9138582AC; Tue, 9 Jan 2024 13:46:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 95A9138582AC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704807960; bh=m6j5aVIT2VaMbHVnsAOFrcwKEsKO008Ll/yepNm1BeE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=a6DEjQ/qMKZ9Eb2Jz02RMiGEBipL7BBoNvduNkjAjfYUXfUQIgHXWIKnzBVO7OfBn CEwdtucLhRjp1GM3E2t50cN5jbYgcxcrwi5ah74LkKCzrzylHtJZIqCvexsdNiW3e/ ODwg0t22Oxxdy17gLtbrOwD/mZVp4yBTqdLz3Ui0= From: "maiku.fabian at gmail dot com" To: libc-locales@sourceware.org Subject: [Bug localedata/30605] New locale for Komi language Date: Tue, 09 Jan 2024 13:46: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: 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: 2.39 X-Bugzilla-Flags: 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=3D30605 --- Comment #9 from Mike FABIAN --- I am a bit surprised by the values for yesexpr and noexpr: ``` yesexpr "^[+1yY=D0=94=D0=B5=D1=80=D1=82]" noexpr "^[-0nN=D0=9E=D0=B3]" ``` Usually, in yesexpr after +1yY there should be the first letter of the word= for "yes" in Komi, in lower and in upper case. But there is =D0=94=D0=B5=D1=80= =D1=82. What is this? Is this the word for "yes" in Komi? And in case of the noexpr, what is =D0=9E=D0=B3? Is this the word for "no" = in Komi? Here is how it looks in the ru_RU locale: $ grep -A 5 ^LC_MESSAGES ru_RU=20 LC_MESSAGES yesexpr "^[+1yY=D0=94=D0=B4]" noexpr "^[-0nN=D0=9D=D0=BD]" yesstr "=D0=B4=D0=B0" nostr "=D0=BD=D0=B5=D1=82" END LC_MESSAGES You did not supply "yesstr" and "nostr" in your kv_RU locale. --=20 You are receiving this mail because: You are on the CC list for the bug.=