public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
* [Bug localedata/31221] New: Add localedata for ISO code "tok" (Toki Pona)
@ 2024-01-07  2:41 uhhadd at gmail dot com
  2024-01-08  9:35 ` [Bug localedata/31221] " maiku.fabian at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: uhhadd at gmail dot com @ 2024-01-07  2:41 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=31221

            Bug ID: 31221
           Summary: Add localedata for ISO code "tok" (Toki Pona)
           Product: glibc
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: localedata
          Assignee: unassigned at sourceware dot org
          Reporter: uhhadd at gmail dot com
                CC: libc-locales at sourceware dot org
  Target Milestone: ---

Toki Pona was added as a recognised 3-letter-code in
70f021e66ae73a99bff9bcc5b71eefb63fc74320, but still needs localedata.

A patch was posted to
https://patchwork.sourceware.org/project/glibc/patch/20240107023848.372587-2-uhhadd@gmail.com/.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug localedata/31221] Add localedata for ISO code "tok" (Toki Pona)
  2024-01-07  2:41 [Bug localedata/31221] New: Add localedata for ISO code "tok" (Toki Pona) uhhadd at gmail dot com
@ 2024-01-08  9:35 ` maiku.fabian at gmail dot com
  2024-01-08 15:12 ` uhhadd at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: maiku.fabian at gmail dot com @ 2024-01-08  9:35 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=31221

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2024-01-08
           Assignee|unassigned at sourceware dot org   |maiku.fabian at gmail dot com
                 CC|                            |maiku.fabian at gmail dot com
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |ASSIGNED

--- Comment #1 from Mike FABIAN <maiku.fabian at gmail dot com> ---
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 there
is a conflict. For example the sw_KE locale does not have nN in noexpr because
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 yesexpr
and noexpr or not?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug localedata/31221] Add localedata for ISO code "tok" (Toki Pona)
  2024-01-07  2:41 [Bug localedata/31221] New: Add localedata for ISO code "tok" (Toki Pona) uhhadd at gmail dot com
  2024-01-08  9:35 ` [Bug localedata/31221] " maiku.fabian at gmail dot com
@ 2024-01-08 15:12 ` uhhadd at gmail dot com
  2024-01-09 11:08 ` cvs-commit at gcc dot gnu.org
  2024-01-09 11:09 ` maiku.fabian at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: uhhadd at gmail dot com @ 2024-01-08 15:12 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=31221

--- Comment #2 from J Blackquill <uhhadd at gmail dot com> ---
yY/nN in the yes/noexprs is fine.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug localedata/31221] Add localedata for ISO code "tok" (Toki Pona)
  2024-01-07  2:41 [Bug localedata/31221] New: Add localedata for ISO code "tok" (Toki Pona) uhhadd at gmail dot com
  2024-01-08  9:35 ` [Bug localedata/31221] " maiku.fabian at gmail dot com
  2024-01-08 15:12 ` uhhadd at gmail dot com
@ 2024-01-09 11:08 ` cvs-commit at gcc dot gnu.org
  2024-01-09 11:09 ` maiku.fabian at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-01-09 11:08 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=31221

--- Comment #3 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Mike Fabian <mfabian@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d3a2aecc1ce78d512dd5fb5e30bd39d7c5947eb8

commit d3a2aecc1ce78d512dd5fb5e30bd39d7c5947eb8
Author: Janet Blackquill <uhhadd@gmail.com>
Date:   Sat Jan 6 21:38:49 2024 -0500

    localedata: add data for tok (Toki Pona)

    Resolves: BZ # 31221

    glibc can recognise its code, but does not have its data.
    This patch remedies that.

    Signed-off-by: Janet Blackquill <uhhadd@gmail.com>

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug localedata/31221] Add localedata for ISO code "tok" (Toki Pona)
  2024-01-07  2:41 [Bug localedata/31221] New: Add localedata for ISO code "tok" (Toki Pona) uhhadd at gmail dot com
                   ` (2 preceding siblings ...)
  2024-01-09 11:08 ` cvs-commit at gcc dot gnu.org
@ 2024-01-09 11:09 ` maiku.fabian at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: maiku.fabian at gmail dot com @ 2024-01-09 11:09 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=31221

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
   Target Milestone|---                         |2.39
         Resolution|---                         |FIXED

--- Comment #4 from Mike FABIAN <maiku.fabian at gmail dot com> ---
Fixed in glibc master.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-01-09 11:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-07  2:41 [Bug localedata/31221] New: Add localedata for ISO code "tok" (Toki Pona) uhhadd at gmail dot com
2024-01-08  9:35 ` [Bug localedata/31221] " maiku.fabian at gmail dot com
2024-01-08 15:12 ` uhhadd at gmail dot com
2024-01-09 11:08 ` cvs-commit at gcc dot gnu.org
2024-01-09 11:09 ` maiku.fabian at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).