public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug localedata/10824] New: Locale file for Chuvash - cv_RU
@ 2009-10-21 23:16 adi at roiban dot ro
  2009-10-22  0:12 ` [Bug localedata/10824] " ldv at altlinux dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: adi at roiban dot ro @ 2009-10-21 23:16 UTC (permalink / raw)
  To: glibc-bugs

Hi, 

I'm helping the Chuvash speaking users to implemnt Chuvash locale support in glibc.

The initial bug report was filed in Ubuntu here.

The cv_RU locale file can be found here:
http://launchpadlibrarian.net/33739429/cv_RU

When trying to install the file we get this error, but we don't know how to fix it. 

$ localedef -i '/home/blackfez/Desktop/cv_RU' -f ISO-8859-1 cv_RU
LC_ADDRESS: `lang_ab' value does not match `lang_term' value
LC_ADDRESS: `lang_lib' value does not match `lang_term' value
LC_ADDRESS: `country_ab2' value does not match `country_num' value
LC_ADDRESS: `country_ab3' value does not match `country_num' value

Any help is much appreciated!

Kindest regards,
Adi

-- 
           Summary: Locale file for Chuvash - cv_RU
           Product: glibc
           Version: 2.10
            Status: NEW
          Severity: normal
          Priority: P2
         Component: localedata
        AssignedTo: libc-locales at sources dot redhat dot com
        ReportedBy: adi at roiban dot ro
                CC: glibc-bugs at sources dot redhat dot com


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

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

* [Bug localedata/10824] Locale file for Chuvash - cv_RU
  2009-10-21 23:16 [Bug localedata/10824] New: Locale file for Chuvash - cv_RU adi at roiban dot ro
@ 2009-10-22  0:12 ` ldv at altlinux dot org
  2009-10-22  0:27 ` adi at roiban dot ro
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ldv at altlinux dot org @ 2009-10-22  0:12 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From ldv at altlinux dot org  2009-10-22 00:12 -------
That locale file contains several buggy and/or redundant definitions that should
be replaced with
copy "ru_RU"
statements.  See also
http://sourceware.org/git/?p=glibc.git;a=blob;f=localedata/locales/tt_RU

-- 


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

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

* [Bug localedata/10824] Locale file for Chuvash - cv_RU
  2009-10-21 23:16 [Bug localedata/10824] New: Locale file for Chuvash - cv_RU adi at roiban dot ro
  2009-10-22  0:12 ` [Bug localedata/10824] " ldv at altlinux dot org
@ 2009-10-22  0:27 ` adi at roiban dot ro
  2009-10-22 18:37 ` adi at roiban dot ro
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: adi at roiban dot ro @ 2009-10-22  0:27 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From adi at roiban dot ro  2009-10-22 00:27 -------
Created an attachment (id=4307)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4307&action=view)
cv_RU locale files

I have replace the redundant entries with copy "ru_RU" but we still get those
errors.

Looking at this error message I don't know why lang_ab should match lang_term.
For many locales they are not the same.
LC_ADDRESS: `lang_ab' value does not match `lang_term' value


-- 


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

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

* [Bug localedata/10824] Locale file for Chuvash - cv_RU
  2009-10-21 23:16 [Bug localedata/10824] New: Locale file for Chuvash - cv_RU adi at roiban dot ro
  2009-10-22  0:12 ` [Bug localedata/10824] " ldv at altlinux dot org
  2009-10-22  0:27 ` adi at roiban dot ro
@ 2009-10-22 18:37 ` adi at roiban dot ro
  2009-10-26 20:53 ` drepper at redhat dot com
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: adi at roiban dot ro @ 2009-10-22 18:37 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From adi at roiban dot ro  2009-10-22 18:37 -------
Created an attachment (id=4311)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4311&action=view)
Working locale file

I have copied LC_ADDRESS from ru_RU and now it is working.

Can you please include it in the next glib release?

Many thanks!

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


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

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

* [Bug localedata/10824] Locale file for Chuvash - cv_RU
  2009-10-21 23:16 [Bug localedata/10824] New: Locale file for Chuvash - cv_RU adi at roiban dot ro
                   ` (2 preceding siblings ...)
  2009-10-22 18:37 ` adi at roiban dot ro
@ 2009-10-26 20:53 ` drepper at redhat dot com
  2009-11-01 14:40 ` adi at roiban dot ro
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: drepper at redhat dot com @ 2009-10-26 20:53 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2009-10-26 20:52 -------
The code below is not sufficient.  You have to use reorder_after to assign the
collation symbols their place. Just mentioning it in the comment is not going to
work.


LC_COLLATE
copy "iso14651_t1"

% The Chuvash alphabet has the following letters, ordered as below:
% a a( c e e( h i j k l m n p r s< s s, t u u: v y

collating-symbol <a(>
collating-symbol <e(>
collating-symbol <s<>
collating-symbol <s,>
collating-symbol <u:>

END LC_COLLATE


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


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

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

* [Bug localedata/10824] Locale file for Chuvash - cv_RU
  2009-10-21 23:16 [Bug localedata/10824] New: Locale file for Chuvash - cv_RU adi at roiban dot ro
                   ` (4 preceding siblings ...)
  2009-11-01 14:40 ` adi at roiban dot ro
@ 2009-11-01 14:40 ` adi at roiban dot ro
  2009-11-01 14:55 ` adi at roiban dot ro
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: adi at roiban dot ro @ 2009-11-01 14:40 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From adi at roiban dot ro  2009-11-01 14:39 -------
Created an attachment (id=4348)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4348&action=view)
reorder-after added

Hi,

I have added the reorder-after reference.

Please excuse my errors. I'm still trying to understand the ISO 146522 standard


Cheers

-- 


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

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

* [Bug localedata/10824] Locale file for Chuvash - cv_RU
  2009-10-21 23:16 [Bug localedata/10824] New: Locale file for Chuvash - cv_RU adi at roiban dot ro
                   ` (3 preceding siblings ...)
  2009-10-26 20:53 ` drepper at redhat dot com
@ 2009-11-01 14:40 ` adi at roiban dot ro
  2009-11-01 14:40 ` adi at roiban dot ro
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: adi at roiban dot ro @ 2009-11-01 14:40 UTC (permalink / raw)
  To: glibc-bugs



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


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

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

* [Bug localedata/10824] Locale file for Chuvash - cv_RU
  2009-10-21 23:16 [Bug localedata/10824] New: Locale file for Chuvash - cv_RU adi at roiban dot ro
                   ` (5 preceding siblings ...)
  2009-11-01 14:40 ` adi at roiban dot ro
@ 2009-11-01 14:55 ` adi at roiban dot ro
  2009-11-16 21:51 ` adi at roiban dot ro
  2010-04-09  3:17 ` drepper at redhat dot com
  8 siblings, 0 replies; 10+ messages in thread
From: adi at roiban dot ro @ 2009-11-01 14:55 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From adi at roiban dot ro  2009-11-01 14:55 -------
Created an attachment (id=4349)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4349&action=view)
diaerisis fixed

This should fix the diaeresis problem

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


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

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

* [Bug localedata/10824] Locale file for Chuvash - cv_RU
  2009-10-21 23:16 [Bug localedata/10824] New: Locale file for Chuvash - cv_RU adi at roiban dot ro
                   ` (6 preceding siblings ...)
  2009-11-01 14:55 ` adi at roiban dot ro
@ 2009-11-16 21:51 ` adi at roiban dot ro
  2010-04-09  3:17 ` drepper at redhat dot com
  8 siblings, 0 replies; 10+ messages in thread
From: adi at roiban dot ro @ 2009-11-16 21:51 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From adi at roiban dot ro  2009-11-16 21:50 -------
HI,

Is there anything I can do to push forward a resolution for this issue?

-- 


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

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

* [Bug localedata/10824] Locale file for Chuvash - cv_RU
  2009-10-21 23:16 [Bug localedata/10824] New: Locale file for Chuvash - cv_RU adi at roiban dot ro
                   ` (7 preceding siblings ...)
  2009-11-16 21:51 ` adi at roiban dot ro
@ 2010-04-09  3:17 ` drepper at redhat dot com
  8 siblings, 0 replies; 10+ messages in thread
From: drepper at redhat dot com @ 2010-04-09  3:17 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2010-04-09 03:17 -------
I've added the locale now.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


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

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

end of thread, other threads:[~2010-04-09  3:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-21 23:16 [Bug localedata/10824] New: Locale file for Chuvash - cv_RU adi at roiban dot ro
2009-10-22  0:12 ` [Bug localedata/10824] " ldv at altlinux dot org
2009-10-22  0:27 ` adi at roiban dot ro
2009-10-22 18:37 ` adi at roiban dot ro
2009-10-26 20:53 ` drepper at redhat dot com
2009-11-01 14:40 ` adi at roiban dot ro
2009-11-01 14:40 ` adi at roiban dot ro
2009-11-01 14:55 ` adi at roiban dot ro
2009-11-16 21:51 ` adi at roiban dot ro
2010-04-09  3:17 ` drepper at redhat 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).