public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
* [Bug localedata/22382] New: Error in tpi_PG locale
@ 2017-11-01 15:54 claude at 2xlibre dot net
  2017-11-02  9:10 ` [Bug localedata/22382] " maiku.fabian at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: claude at 2xlibre dot net @ 2017-11-01 15:54 UTC (permalink / raw)
  To: libc-locales

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

            Bug ID: 22382
           Summary: Error in tpi_PG locale
           Product: glibc
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: localedata
          Assignee: unassigned at sourceware dot org
          Reporter: claude at 2xlibre dot net
                CC: libc-locales at sourceware dot org
  Target Milestone: ---

While syncing data to my lh.2xlibre.net Web app, I encountered an error while
importing the new tpi_PG locale file. There is a missing ";\" after the
"Februeri" month name.

As a side note, I see less unicode sequence codes like <U0063> in locale files.
Do you have a new policy in place? Would you like patches for more global
replacements for all files?

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

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

* [Bug localedata/22382] Error in tpi_PG locale
  2017-11-01 15:54 [Bug localedata/22382] New: Error in tpi_PG locale claude at 2xlibre dot net
@ 2017-11-02  9:10 ` maiku.fabian at gmail dot com
  2017-11-02 12:28 ` maiku.fabian at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: maiku.fabian at gmail dot com @ 2017-11-02  9:10 UTC (permalink / raw)
  To: libc-locales

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maiku.fabian at gmail dot com

--- Comment #1 from Mike FABIAN <maiku.fabian at gmail dot com> ---
(In reply to Claude Paroz from comment #0)
> While syncing data to my lh.2xlibre.net Web app, I encountered an error
> while importing the new tpi_PG locale file. There is a missing ";\" after
> the "Februeri" month name.

You are right, it is surprising that it seems to work nevertheless:

[root@taka /]# LC_ALL=tpi_PG.UTF-8 locale -k mon
mon="Janueri;Februeri;Mas;Epril;Me;Jun;Julai;Ogas;Septemba;Oktoba;Novemba;Desemba"

The problem was already there when the <U...> code points were used, it
is just easier to see it now because of less clutter.

> As a side note, I see less unicode sequence codes like <U0063> in locale
> files. Do you have a new policy in place?

We agreed that it is OK to use ASCII directly, so one has to use <U....>
only for stuff which is not ASCII.

> Would you like patches for more
> global replacements for all files?

I think yes. When we started to use more ASCII a while ago, we did not
do global replacements and changed it only in the files we touched anyway
to see whether it would cause any problems. As far as I know we did not
encounter any problems so far, so it seems OK to do it globally.

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

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

* [Bug localedata/22382] Error in tpi_PG locale
  2017-11-01 15:54 [Bug localedata/22382] New: Error in tpi_PG locale claude at 2xlibre dot net
  2017-11-02  9:10 ` [Bug localedata/22382] " maiku.fabian at gmail dot com
@ 2017-11-02 12:28 ` maiku.fabian at gmail dot com
  2017-11-02 14:01 ` claude at 2xlibre dot net
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: maiku.fabian at gmail dot com @ 2017-11-02 12:28 UTC (permalink / raw)
  To: libc-locales

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2017-11-02
           Assignee|unassigned at sourceware dot org   |maiku.fabian at gmail dot com
     Ever confirmed|0                           |1

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

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

* [Bug localedata/22382] Error in tpi_PG locale
  2017-11-01 15:54 [Bug localedata/22382] New: Error in tpi_PG locale claude at 2xlibre dot net
  2017-11-02  9:10 ` [Bug localedata/22382] " maiku.fabian at gmail dot com
  2017-11-02 12:28 ` maiku.fabian at gmail dot com
@ 2017-11-02 14:01 ` claude at 2xlibre dot net
  2017-11-02 16:39 ` cvs-commit at gcc dot gnu.org
  2017-11-02 17:01 ` maiku.fabian at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: claude at 2xlibre dot net @ 2017-11-02 14:01 UTC (permalink / raw)
  To: libc-locales

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

--- Comment #2 from Claude Paroz <claude at 2xlibre dot net> ---
(In reply to Mike FABIAN from comment #1)
> > As a side note, I see less unicode sequence codes like <U0063> in locale
> > files. Do you have a new policy in place?
> 
> We agreed that it is OK to use ASCII directly, so one has to use <U....>
> only for stuff which is not ASCII.
> 
> > Would you like patches for more
> > global replacements for all files?
> 
> I think yes. When we started to use more ASCII a while ago, we did not
> do global replacements and changed it only in the files we touched anyway
> to see whether it would cause any problems. As far as I know we did not
> encounter any problems so far, so it seems OK to do it globally.

Opened https://sourceware.org/bugzilla/show_bug.cgi?id=22387 for that part.

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

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

* [Bug localedata/22382] Error in tpi_PG locale
  2017-11-01 15:54 [Bug localedata/22382] New: Error in tpi_PG locale claude at 2xlibre dot net
                   ` (2 preceding siblings ...)
  2017-11-02 14:01 ` claude at 2xlibre dot net
@ 2017-11-02 16:39 ` cvs-commit at gcc dot gnu.org
  2017-11-02 17:01 ` maiku.fabian at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2017-11-02 16:39 UTC (permalink / raw)
  To: libc-locales

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

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  5baac970a8fee1dd9ddb8d1af2af79a09a85abcc (commit)
      from  ef11081fed788f65aa2361c0df49e7a9fd2903d7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=5baac970a8fee1dd9ddb8d1af2af79a09a85abcc

commit 5baac970a8fee1dd9ddb8d1af2af79a09a85abcc
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Thu Nov 2 13:21:01 2017 +0100

    tpi_PG locale: fix syntax error [BZ #22382]

        [BZ #22382]
        * localedata/locales/tpi_PG (LC_TIME): Fix syntax error.
        * localedata/locales/tpi_PG: Add standard header.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                 |    6 ++++++
 localedata/locales/tpi_PG |    9 ++++++++-
 2 files changed, 14 insertions(+), 1 deletions(-)

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

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

* [Bug localedata/22382] Error in tpi_PG locale
  2017-11-01 15:54 [Bug localedata/22382] New: Error in tpi_PG locale claude at 2xlibre dot net
                   ` (3 preceding siblings ...)
  2017-11-02 16:39 ` cvs-commit at gcc dot gnu.org
@ 2017-11-02 17:01 ` maiku.fabian at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: maiku.fabian at gmail dot com @ 2017-11-02 17:01 UTC (permalink / raw)
  To: libc-locales

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

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

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

--- 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] 6+ messages in thread

end of thread, other threads:[~2017-11-02 17:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-01 15:54 [Bug localedata/22382] New: Error in tpi_PG locale claude at 2xlibre dot net
2017-11-02  9:10 ` [Bug localedata/22382] " maiku.fabian at gmail dot com
2017-11-02 12:28 ` maiku.fabian at gmail dot com
2017-11-02 14:01 ` claude at 2xlibre dot net
2017-11-02 16:39 ` cvs-commit at gcc dot gnu.org
2017-11-02 17:01 ` 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).