public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug localedata/10580] New file for hr_HR localedata
       [not found] <bug-10580-131@http.sourceware.org/bugzilla/>
@ 2013-02-16  0:40 ` pasky at ucw dot cz
  2013-02-16 18:49 ` keld at keldix dot com
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 26+ messages in thread
From: pasky at ucw dot cz @ 2013-02-16  0:40 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=10580

Petr Baudis <pasky at ucw dot cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
                 CC|                            |pasky at ucw dot cz

--- Comment #10 from Petr Baudis <pasky at ucw dot cz> 2013-02-16 00:39:45 UTC ---
Dragan, thank you for your work.

It is true that the locales in glibc are not fully ISO/IEC 14652 compliant, in
particular some fields that should be used in fact are not. I'm not personally
sure why this is the case, probably it's for purely historical reasons.
However, I believe the greatest value lies in consistency, and if no current
locales use %n in postal_fmt and %e and %t in tel_*_fmt, neither should hr_HR
as the programs using these locales probably do not expect to find these field
descriptors there.

So let's not conflate the issue of unsupported field descriptors with the new
hr_HR locale; could you please submit an hr_HR locale version that does not use
these field descriptors? Since you got a buy-in from other Croatians active in
this area, I think we can commit the new locale speedily afterwards.

(Regarding the issue of unsupported field descriptors, if you are interested in
pursuing that further. A simple technical fix is to simply patch
locale/programs/ld-{telephone,address}.c to allow these. However, we should do
this with consideration to locale consistency and current usage of these
categories in programs. This needs to be researched and I think the next
reasonable step is to document the currently supported field descriptors in
"glibc style locales". We can then think of how to proceed further while our
users will already have a valuable reference. This process can be done
gradually, category by category. Does that sound sensible?)

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug localedata/10580] New file for hr_HR localedata
       [not found] <bug-10580-131@http.sourceware.org/bugzilla/>
  2013-02-16  0:40 ` [Bug localedata/10580] New file for hr_HR localedata pasky at ucw dot cz
@ 2013-02-16 18:49 ` keld at keldix dot com
  2013-02-16 19:11 ` invisible@hidden-city.net
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 26+ messages in thread
From: keld at keldix dot com @ 2013-02-16 18:49 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=10580

--- Comment #11 from keld at keldix dot com <keld at keldix dot com> 2013-02-16 18:49:08 UTC ---
On Sat, Feb 16, 2013 at 12:39:45AM +0000, pasky at ucw dot cz wrote:
> (Regarding the issue of unsupported field descriptors, if you are interested in
> pursuing that further. A simple technical fix is to simply patch
> locale/programs/ld-{telephone,address}.c to allow these. However, we should do
> this with consideration to locale consistency and current usage of these
> categories in programs. This needs to be researched and I think the next
> reasonable step is to document the currently supported field descriptors in
> "glibc style locales". We can then think of how to proceed further while our
> users will already have a valuable reference. This process can be done
> gradually, category by category. Does that sound sensible?)

I would rather take another approach, and that would be to further implement
ISO TR 14652 or the new version thereof, ISO TR 30112. ISO TR 30112 is closer
to glibc, as some things that glibc implements is now specified in
30112, including LC_PAPER. 

Best regards
Keld

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug localedata/10580] New file for hr_HR localedata
       [not found] <bug-10580-131@http.sourceware.org/bugzilla/>
  2013-02-16  0:40 ` [Bug localedata/10580] New file for hr_HR localedata pasky at ucw dot cz
  2013-02-16 18:49 ` keld at keldix dot com
@ 2013-02-16 19:11 ` invisible@hidden-city.net
  2013-02-17  0:13 ` pasky at ucw dot cz
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 26+ messages in thread
From: invisible@hidden-city.net @ 2013-02-16 19:11 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=10580

--- Comment #12 from Dragan Stanojevic - Nevidljivi <invisible@hidden-city.net> 2013-02-16 19:10:32 UTC ---
Thank you for your comments!

So if I understand correctly, I just need to trim LC_ADDRESS and LC_TELEPHONE
to comply with current support in glibc, and you'll accept the whole patch?

That would be great, since it resolves a lot of issues, shortens the file,
makes it more manageable for future changes, and so on...

Back then I've read whole ISO/IEC TW 14652, tried to mimic other locale format
as much as possible and I think I made good patch. In the end I thought I'd
need to learn flex & bison to improve glibc parsing of those data, but that was
beyond me.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug localedata/10580] New file for hr_HR localedata
       [not found] <bug-10580-131@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2013-02-16 19:11 ` invisible@hidden-city.net
@ 2013-02-17  0:13 ` pasky at ucw dot cz
  2013-02-17  0:42 ` keld at keldix dot com
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 26+ messages in thread
From: pasky at ucw dot cz @ 2013-02-17  0:13 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=10580

--- Comment #13 from Petr Baudis <pasky at ucw dot cz> 2013-02-17 00:13:28 UTC ---
Keld, of course using the newer standard makes sense; however, I'm not sure
what do you mean by "further implement" and how that differs from what I wrote.
If you are interested in discussing this further, I propose we move the
discussion to the mailing list where more people could follow it. (Note that I
myself don't have the time to pursue the issue itself, so it makes sense to
talk more about it only if someone intends to do anything about it.)

Dragan, I'm sorry, I missed the LC_COLLATE syntax error. Any reason why we
cannot use the unicode entity there instead?

Also, I'm wondering, how was testing of this locale done if it doesn't even
compile with glibc's localedef now? And which of the people that provided
support for the new locale actually tested it rather than just embraced the
idea?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug localedata/10580] New file for hr_HR localedata
       [not found] <bug-10580-131@http.sourceware.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2013-02-17  0:13 ` pasky at ucw dot cz
@ 2013-02-17  0:42 ` keld at keldix dot com
  2013-02-17 13:56 ` invisible@hidden-city.net
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 26+ messages in thread
From: keld at keldix dot com @ 2013-02-17  0:42 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=10580

--- Comment #14 from keld at keldix dot com <keld at keldix dot com> 2013-02-17 00:41:53 UTC ---
On Sun, Feb 17, 2013 at 12:13:28AM +0000, pasky at ucw dot cz wrote:
> http://sourceware.org/bugzilla/show_bug.cgi?id=10580
> 
> --- Comment #13 from Petr Baudis <pasky at ucw dot cz> 2013-02-17 00:13:28 UTC ---
> Keld, of course using the newer standard makes sense; however, I'm not sure
> what do you mean by "further implement" and how that differs from what I wrote.
> If you are interested in discussing this further, I propose we move the
> discussion to the mailing list where more people could follow it. (Note that I
> myself don't have the time to pursue the issue itself, so it makes sense to
> talk more about it only if someone intends to do anything about it.)

So where should we do the discussion? I did think that
this list was relevant. Anyway, the differences are not big,..
It is mostly to align with current glibc implementation, and then
introduce 2 novelties.

Best regards
Keld

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug localedata/10580] New file for hr_HR localedata
       [not found] <bug-10580-131@http.sourceware.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2013-02-17  0:42 ` keld at keldix dot com
@ 2013-02-17 13:56 ` invisible@hidden-city.net
  2013-02-17 15:05 ` pasky at ucw dot cz
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 26+ messages in thread
From: invisible@hidden-city.net @ 2013-02-17 13:56 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=10580

--- Comment #15 from Dragan Stanojevic - Nevidljivi <invisible@hidden-city.net> 2013-02-17 13:56:29 UTC ---
Hi,

let me be frank. This was made in 2009. I've spend at least a week reading ISO
documents, comparing to other locales similar to hr_HR, contacting Croatian
Linux User Group and writing tests.

Every question considering compile errors was answered in the huge description
of the patch, and repeated on comment #9, since obviously Drepper didn't read
it in the first place when he dissed the patch.

If you don't want LC_ADDRESS or LC_TELEPHONE, copy them from C locale. If you
don't want to implement "<d><z>", comment it out...

Also there is no standard test suite for this locale categories. I find it hard
to believe that I (or any locale writer) have to write custom test suites from
scratch again, nor do I have the time.

I repeat, this patch was a big improvement in 2009. I don't have time to again
write test suites from scratch. Let alone to reread ISO documents, and patch
libc itself.

It's your choice will you ever apply this patch.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug localedata/10580] New file for hr_HR localedata
       [not found] <bug-10580-131@http.sourceware.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2013-02-17 13:56 ` invisible@hidden-city.net
@ 2013-02-17 15:05 ` pasky at ucw dot cz
  2013-02-17 18:17 ` invisible@hidden-city.net
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 26+ messages in thread
From: pasky at ucw dot cz @ 2013-02-17 15:05 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=10580

--- Comment #16 from Petr Baudis <pasky at ucw dot cz> 2013-02-17 15:05:21 UTC ---
I have read everything you have written in this bugreport; I might have missed
something, but I asked my questions because I believe they weren't answered in
the previous comments.

My question was not geared at test suites, though I appreciate your effort to
test the collation rules. I was just wondering whether and how this locale
(considering that it cannot be compiled by localedef as it is now) was tried
out with actual commonly used software, and whether that was done just by you
or by the other people supporting it too.

If you could adjust the locale into a compilable form, we can easily ask other
to test it so that we can incorporate any bugfixes before the next release;
this (besides few simple sanity checks I'll do) does not need to block
committing the new locale.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug localedata/10580] New file for hr_HR localedata
       [not found] <bug-10580-131@http.sourceware.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2013-02-17 15:05 ` pasky at ucw dot cz
@ 2013-02-17 18:17 ` invisible@hidden-city.net
  2013-02-17 18:23 ` pasky at ucw dot cz
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 26+ messages in thread
From: invisible@hidden-city.net @ 2013-02-17 18:17 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=10580

--- Comment #17 from Dragan Stanojevic - Nevidljivi <invisible@hidden-city.net> 2013-02-17 18:16:42 UTC ---
Heyyah Petr,

thanks for reading and a reply. Give me a few days, and I'll try to test and
fix this patch to compile using 2.17.

I cannot vouch for testing of others who saw and gave approval of this patch. I
did it myself as I was displeased of the state of hr_HR locale back then.

I was mainly interested in collation, but did a lot more research then
intended, and in turn patched all categories of locale. During that, I've
cleaned, commented and trimmed the locale file considerably.

bye for now,
N::

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug localedata/10580] New file for hr_HR localedata
       [not found] <bug-10580-131@http.sourceware.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2013-02-17 18:17 ` invisible@hidden-city.net
@ 2013-02-17 18:23 ` pasky at ucw dot cz
  2013-02-19  6:33 ` invisible@hidden-city.net
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 26+ messages in thread
From: pasky at ucw dot cz @ 2013-02-17 18:23 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=10580

--- Comment #18 from Petr Baudis <pasky at ucw dot cz> 2013-02-17 18:23:29 UTC ---
Hi! Yes, I fully appreciate your efforts - I just want to confirm the status of
the new locale regarding how it has been tested.

Glad you decided to update your version of the locale, we will be looking
forward to the new version. I can't think of specific updates that would be
required for 2.17 (there were no changes in stock hr_HR since 2009), so mainly
making it compile would be great.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug localedata/10580] New file for hr_HR localedata
       [not found] <bug-10580-131@http.sourceware.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2013-02-17 18:23 ` pasky at ucw dot cz
@ 2013-02-19  6:33 ` invisible@hidden-city.net
  2013-02-19  6:51 ` invisible@hidden-city.net
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 26+ messages in thread
From: invisible@hidden-city.net @ 2013-02-19  6:33 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=10580

Dragan Stanojevic - Nevidljivi <invisible@hidden-city.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #4175|0                           |1
        is obsolete|                            |

--- Comment #19 from Dragan Stanojevic - Nevidljivi <invisible@hidden-city.net> 2013-02-19 06:32:41 UTC ---
Created attachment 6876
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6876
An updated version of hr_HR which solves problems with LC_COLLATE, LC_ADDRESS
and LC_TELEPHONE sections

This is promised update to the hr_HR locale.

Changes are:
- bumped revision to 2.1 and a date to current date
- removed duplicate character transliterations from LC_CTYPE which are found in
i18n
- changed LC_COLLATE error, and tested with the small Croatian dictionary
provided in 2009 using "sort -R dict_file > scrambled_file; sort scrambled_file
> sorted_file" md5 sums of original <dict_file> and <sorted_file> are the same
- updated some comments, and some spacings
- changed thousands_sep and mon_thousands_sep to " " instead of "." char to
comply with the suggestions in language books published since 2009.
- updated LC_ADDRESS to remove %n (persons name) field since it's not yet
available in the code. Other locales fall back to %a (care of person or
organization) and that's ok for now.
- cleaned LC_TELEPHONE by removing %t (space or null string) and %e (extension)
fields which are currently unsupported in the code. Falled back to "+%c %a %l"
and "%A %l" as seen in other locales.

Locale now compiles cleanly using localedef...

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug localedata/10580] New file for hr_HR localedata
       [not found] <bug-10580-131@http.sourceware.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2013-02-19  6:33 ` invisible@hidden-city.net
@ 2013-02-19  6:51 ` invisible@hidden-city.net
  2013-02-19 11:17 ` invisible@hidden-city.net
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 26+ messages in thread
From: invisible@hidden-city.net @ 2013-02-19  6:51 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=10580

Dragan Stanojevic - Nevidljivi <invisible@hidden-city.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #6876|0                           |1
        is obsolete|                            |
             Status|WAITING                     |NEW
         AssignedTo|libc-locales at sourceware  |invisible@hidden-city.net
                   |dot org                     |

--- Comment #20 from Dragan Stanojevic - Nevidljivi <invisible@hidden-city.net> 2013-02-19 06:50:42 UTC ---
Created attachment 6877
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6877
An updated version of hr_HR which solves problems with LC_COLLATE, LC_ADDRESS
and LC_TELEPHONE sections

Fixed small typos in comments...

Reset the bug status to "NEW", to signify it's ready for review by mainteiners
of the library...

Thanks for your time,
N::

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug localedata/10580] New file for hr_HR localedata
       [not found] <bug-10580-131@http.sourceware.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2013-02-19  6:51 ` invisible@hidden-city.net
@ 2013-02-19 11:17 ` invisible@hidden-city.net
  2013-04-07  3:22 ` invisible@hidden-city.net
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 26+ messages in thread
From: invisible@hidden-city.net @ 2013-02-19 11:17 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=10580

Dragan Stanojevic - Nevidljivi <invisible@hidden-city.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|invisible@hidden-city.net   |unassigned at sourceware
                   |                            |dot org

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug localedata/10580] New file for hr_HR localedata
       [not found] <bug-10580-131@http.sourceware.org/bugzilla/>
                   ` (11 preceding siblings ...)
  2013-02-19 11:17 ` invisible@hidden-city.net
@ 2013-04-07  3:22 ` invisible@hidden-city.net
  2013-05-01 17:23 ` invisible@hidden-city.net
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 26+ messages in thread
From: invisible@hidden-city.net @ 2013-04-07  3:22 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=10580

--- Comment #21 from Dragan Stanojevic - Nevidljivi <invisible@hidden-city.net> 2013-04-07 03:22:14 UTC ---
Will you accept this patch? It also fixes #15264

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug localedata/10580] New file for hr_HR localedata
       [not found] <bug-10580-131@http.sourceware.org/bugzilla/>
                   ` (12 preceding siblings ...)
  2013-04-07  3:22 ` invisible@hidden-city.net
@ 2013-05-01 17:23 ` invisible@hidden-city.net
  2014-06-15  8:03 ` semiRocket at gmail dot com
  2014-06-16 16:50 ` fweimer at redhat dot com
  15 siblings, 0 replies; 26+ messages in thread
From: invisible@hidden-city.net @ 2013-05-01 17:23 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=10580

Dragan Stanojevic - Nevidljivi <invisible@hidden-city.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #6877|0                           |1
        is obsolete|                            |
         AssignedTo|unassigned at sourceware    |invisible@hidden-city.net
                   |dot org                     |

--- Comment #22 from Dragan Stanojevic - Nevidljivi <invisible@hidden-city.net> 2013-05-01 17:23:29 UTC ---
Created attachment 7010
  --> http://sourceware.org/bugzilla/attachment.cgi?id=7010
Updated version of hr_HR

Removed CARNet as source of the locale, and their address since I don't have
any official relation to them, and the locale is completely changed.

Small fixes in comments of the locale

Bumped version to 2.2 and date to 2013-05-01

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug localedata/10580] New file for hr_HR localedata
       [not found] <bug-10580-131@http.sourceware.org/bugzilla/>
                   ` (13 preceding siblings ...)
  2013-05-01 17:23 ` invisible@hidden-city.net
@ 2014-06-15  8:03 ` semiRocket at gmail dot com
  2014-06-16 16:50 ` fweimer at redhat dot com
  15 siblings, 0 replies; 26+ messages in thread
From: semiRocket at gmail dot com @ 2014-06-15  8:03 UTC (permalink / raw)
  To: glibc-bugs

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

semiRocket at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |semiRocket at gmail dot com

--- Comment #23 from semiRocket at gmail dot com ---
Where did it hang for so long?

First weekday still wrong in Fedora after 1 year
https://sourceware.org/bugzilla/show_bug.cgi?id=14892

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


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

* [Bug localedata/10580] New file for hr_HR localedata
       [not found] <bug-10580-131@http.sourceware.org/bugzilla/>
                   ` (14 preceding siblings ...)
  2014-06-15  8:03 ` semiRocket at gmail dot com
@ 2014-06-16 16:50 ` fweimer at redhat dot com
  15 siblings, 0 replies; 26+ messages in thread
From: fweimer at redhat dot com @ 2014-06-16 16:50 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

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


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

* [Bug localedata/10580] New file for hr_HR localedata
  2009-08-31 22:54 [Bug localedata/10580] New: " invisible at hidden-city dot net
                   ` (8 preceding siblings ...)
  2009-10-29 23:31 ` drepper at redhat dot com
@ 2009-10-30  1:35 ` invisible at hidden-city dot net
  9 siblings, 0 replies; 26+ messages in thread
From: invisible at hidden-city dot net @ 2009-10-30  1:35 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From invisible at hidden-city dot net  2009-10-30 01:35 -------
(In reply to comment #8)
> The locale doesn't compile correctly:
> 
> /home/drepper/gnu/libc/localedata/locales/hr_HR:143: LC_COLLATE: syntax error
> LC_ADDRESS: invalid escape `%n' sequence in field `postal_fmt'
> LC_TELEPHONE: invalid escape sequence in field `tel_int_fmt'
> LC_TELEPHONE: invalid escape sequence in field `tel_dom_fmt'
> no output file produced because warnings were issued

Hi Ulrich, thanks for your time and reply...

I'm aware of this errors, but they are more system wide errors than hr_HR ones.
I wrote about them in the long explanation... I'm quite sure you didn't have
time to read it all, but let me repeat the last paragraph of RATIONALE which is
of importance here:

------------------------------------------------------------------------------
There are some general locale system errors which are not specific to Croatian
locale, so if Ulrich Drapper (if he has some time) or someone else versed in in
glibc internals can look at change descriptions to LC_COLLATE, LC_ADDRESS and
LC_TELEPHONE, and help me a bit with system errors found there while using
localedef I'd be really thankful :o)
------------------------------------------------------------------------------

Allow me to elaborate just a bit to make it easier for you:

"hr_HR:143: LC_COLLATE: syntax error" ::
I've used quotes to mark digraph <d><z>. I used that designation since the same
designation is used in "iso14651_t1_common" file...
Look with: `grep '<d><z>' iso14651_t1_common`

"LC_ADDRESS: invalid escape `%n' sequence in field `postal_fmt'" ::
%n is a valid escape sequence per "ISO/IEC TW 14652". It states: 
"%n -- Person's name, possibly constructed with the LC_NAME "name_fmt" keyword"

LC_TELEPHONE: invalid escape sequence in field `tel_int_fmt'
and
LC_TELEPHONE: invalid escape sequence in field `tel_dom_fmt' ::
Again, as per ISO/IEC TW 14652, it contains no invalid escape sequence... %c %a
%A %l %e and %t are mentioned in standard.

Thank you once more...
N::

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW


http://sourceware.org/bugzilla/show_bug.cgi?id=10580

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10580] New file for hr_HR localedata
  2009-08-31 22:54 [Bug localedata/10580] New: " invisible at hidden-city dot net
                   ` (7 preceding siblings ...)
  2009-09-06 22:13 ` invisible at hidden-city dot net
@ 2009-10-29 23:31 ` drepper at redhat dot com
  2009-10-30  1:35 ` invisible at hidden-city dot net
  9 siblings, 0 replies; 26+ messages in thread
From: drepper at redhat dot com @ 2009-10-29 23:31 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2009-10-29 23:31 -------
The locale doesn't compile correctly:

/home/drepper/gnu/libc/localedata/locales/hr_HR:143: LC_COLLATE: syntax error
LC_ADDRESS: invalid escape `%n' sequence in field `postal_fmt'
LC_TELEPHONE: invalid escape sequence in field `tel_int_fmt'
LC_TELEPHONE: invalid escape sequence in field `tel_dom_fmt'
no output file produced because warnings were issued


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=10580

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10580] New file for hr_HR localedata
  2009-08-31 22:54 [Bug localedata/10580] New: " invisible at hidden-city dot net
                   ` (6 preceding siblings ...)
  2009-09-06 22:11 ` invisible at hidden-city dot net
@ 2009-09-06 22:13 ` invisible at hidden-city dot net
  2009-10-29 23:31 ` drepper at redhat dot com
  2009-10-30  1:35 ` invisible at hidden-city dot net
  9 siblings, 0 replies; 26+ messages in thread
From: invisible at hidden-city dot net @ 2009-09-06 22:13 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From invisible at hidden-city dot net  2009-09-06 22:13 -------
Apart for lowercasing day and month names, nobody had any objections to this new
version of locale.

I think this can be commited to libc-locales

Thank you all for your time,
N::

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10580

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10580] New file for hr_HR localedata
  2009-08-31 22:54 [Bug localedata/10580] New: " invisible at hidden-city dot net
                   ` (5 preceding siblings ...)
  2009-09-03  1:07 ` invisible at hidden-city dot net
@ 2009-09-06 22:11 ` invisible at hidden-city dot net
  2009-09-06 22:13 ` invisible at hidden-city dot net
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 26+ messages in thread
From: invisible at hidden-city dot net @ 2009-09-06 22:11 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From invisible at hidden-city dot net  2009-09-06 22:11 -------
Created an attachment (id=4175)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4175&action=view)
A new version of a hr_HR locale (with lowecased day and month names)


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #4158 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=10580

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10580] New file for hr_HR localedata
  2009-08-31 22:54 [Bug localedata/10580] New: " invisible at hidden-city dot net
                   ` (4 preceding siblings ...)
  2009-09-01 12:15 ` invisible at hidden-city dot net
@ 2009-09-03  1:07 ` invisible at hidden-city dot net
  2009-09-06 22:11 ` invisible at hidden-city dot net
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 26+ messages in thread
From: invisible at hidden-city dot net @ 2009-09-03  1:07 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From invisible at hidden-city dot net  2009-09-03 01:07 -------
GNOME translation team still hasn't responded to my query.

Instead I have contacted Croatian Ubuntu team which also does translation work,
as well as Croatian Linux news group.

So lets wait for few more days...

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10580

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10580] New file for hr_HR localedata
  2009-08-31 22:54 [Bug localedata/10580] New: " invisible at hidden-city dot net
                   ` (3 preceding siblings ...)
  2009-09-01  2:47 ` tvujec at redhat dot com
@ 2009-09-01 12:15 ` invisible at hidden-city dot net
  2009-09-03  1:07 ` invisible at hidden-city dot net
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 26+ messages in thread
From: invisible at hidden-city dot net @ 2009-09-01 12:15 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From invisible at hidden-city dot net  2009-09-01 12:15 -------
Thank you Tomislav for your support,

KDE l10n team leader contacted me, I'm still waiting for GNOME l10n team to have
their say.

As for new maintainership, I'm willing to accept it for hr_HR locale

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10580

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10580] New file for hr_HR localedata
  2009-08-31 22:54 [Bug localedata/10580] New: " invisible at hidden-city dot net
                   ` (2 preceding siblings ...)
  2009-09-01  2:46 ` tvujec at redhat dot com
@ 2009-09-01  2:47 ` tvujec at redhat dot com
  2009-09-01 12:15 ` invisible at hidden-city dot net
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 26+ messages in thread
From: tvujec at redhat dot com @ 2009-09-01  2:47 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tvujec at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=10580

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10580] New file for hr_HR localedata
  2009-08-31 22:54 [Bug localedata/10580] New: " invisible at hidden-city dot net
  2009-08-31 22:57 ` [Bug localedata/10580] " invisible at hidden-city dot net
  2009-08-31 23:00 ` invisible at hidden-city dot net
@ 2009-09-01  2:46 ` tvujec at redhat dot com
  2009-09-01  2:47 ` tvujec at redhat dot com
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 26+ messages in thread
From: tvujec at redhat dot com @ 2009-09-01  2:46 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From tvujec at redhat dot com  2009-09-01 02:46 -------
Just a note that I fully support the changes.

Further more, since I moved out of Croatia 10 years ago, I am unable to stay in
sync with language and locale relevant policies and rules. Therefore, I would
like to ask that a new maintainer is selected. I don't know if there is an
official process for this now days, but since Dragan did all this work, I would
like to support him if he wants to take over that role.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10580

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10580] New file for hr_HR localedata
  2009-08-31 22:54 [Bug localedata/10580] New: " invisible at hidden-city dot net
  2009-08-31 22:57 ` [Bug localedata/10580] " invisible at hidden-city dot net
@ 2009-08-31 23:00 ` invisible at hidden-city dot net
  2009-09-01  2:46 ` tvujec at redhat dot com
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 26+ messages in thread
From: invisible at hidden-city dot net @ 2009-08-31 23:00 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From invisible at hidden-city dot net  2009-08-31 23:00 -------
Created an attachment (id=4159)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4159&action=view)
Small Croatian dictionary for testing

Small dictionary of already sorted Croatian words which have digraphs, it's
variations and letters which are considered distinct in an Croatian alphabet
which affects sorting.

Use `sort -R` to randomize it, and `sort` to check you get the same version
back

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10580

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10580] New file for hr_HR localedata
  2009-08-31 22:54 [Bug localedata/10580] New: " invisible at hidden-city dot net
@ 2009-08-31 22:57 ` invisible at hidden-city dot net
  2009-08-31 23:00 ` invisible at hidden-city dot net
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 26+ messages in thread
From: invisible at hidden-city dot net @ 2009-08-31 22:57 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From invisible at hidden-city dot net  2009-08-31 22:57 -------
Created an attachment (id=4158)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4158&action=view)
new hr_HR locale file

This is not a patch file since it's completely new file and patch would be huge
without valid reason for it. This file is just 1/7th of the file it replaces!

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10580

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2014-06-16 16:50 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-10580-131@http.sourceware.org/bugzilla/>
2013-02-16  0:40 ` [Bug localedata/10580] New file for hr_HR localedata pasky at ucw dot cz
2013-02-16 18:49 ` keld at keldix dot com
2013-02-16 19:11 ` invisible@hidden-city.net
2013-02-17  0:13 ` pasky at ucw dot cz
2013-02-17  0:42 ` keld at keldix dot com
2013-02-17 13:56 ` invisible@hidden-city.net
2013-02-17 15:05 ` pasky at ucw dot cz
2013-02-17 18:17 ` invisible@hidden-city.net
2013-02-17 18:23 ` pasky at ucw dot cz
2013-02-19  6:33 ` invisible@hidden-city.net
2013-02-19  6:51 ` invisible@hidden-city.net
2013-02-19 11:17 ` invisible@hidden-city.net
2013-04-07  3:22 ` invisible@hidden-city.net
2013-05-01 17:23 ` invisible@hidden-city.net
2014-06-15  8:03 ` semiRocket at gmail dot com
2014-06-16 16:50 ` fweimer at redhat dot com
2009-08-31 22:54 [Bug localedata/10580] New: " invisible at hidden-city dot net
2009-08-31 22:57 ` [Bug localedata/10580] " invisible at hidden-city dot net
2009-08-31 23:00 ` invisible at hidden-city dot net
2009-09-01  2:46 ` tvujec at redhat dot com
2009-09-01  2:47 ` tvujec at redhat dot com
2009-09-01 12:15 ` invisible at hidden-city dot net
2009-09-03  1:07 ` invisible at hidden-city dot net
2009-09-06 22:11 ` invisible at hidden-city dot net
2009-09-06 22:13 ` invisible at hidden-city dot net
2009-10-29 23:31 ` drepper at redhat dot com
2009-10-30  1:35 ` invisible at hidden-city dot net

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).