Bug 448 - vi_VN locale update request
Summary: vi_VN locale update request
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: localedata (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Petter Reinholdtsen
URL:
Keywords:
: 613 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-10-14 14:52 UTC by Nguyen Thai Ngoc Duy
Modified: 2019-04-10 12:08 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments
vi_VN locale (2.43 KB, text/plain)
2004-10-14 14:53 UTC, Nguyen Thai Ngoc Duy
Details
cosmetic changes (352 bytes, patch)
2004-12-27 09:57 UTC, Samuel Thibault
Details | Diff
vi_VN patch (2.07 KB, patch)
2005-09-24 15:31 UTC, Nguyen Thai Ngoc Duy
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nguyen Thai Ngoc Duy 2004-10-14 14:52:00 UTC
Please update vi_VN locale. The old locale is not complete, especially on the
collating part. The new vi_VN is Mandrake's.
Comment 1 Nguyen Thai Ngoc Duy 2004-10-14 14:53:02 UTC
Created attachment 227 [details]
vi_VN locale
Comment 2 Samuel Thibault 2004-12-27 09:55:40 UTC
I'd have some cosmetic changes, to have the accents' order in the file 
Comment 3 Samuel Thibault 2004-12-27 09:57:19 UTC
Created attachment 323 [details]
cosmetic changes

A patch to the previous vi_VN attachement, to reorder reordering in the accent
order
Comment 4 Samuel Thibault 2004-12-27 10:02:36 UTC
*** Bug 613 has been marked as a duplicate of this bug. ***
Comment 5 Nguyen Thai Ngoc Duy 2005-04-13 17:16:26 UTC
Excuse me. Is there any progress on this ?
Comment 6 thibault@labri.fr 2005-04-13 17:50:54 UTC
Subject: Re:  vi_VN locale update request

On Wed, Apr 13, 2005 at 05:16:27PM -0000, pclouds at vnlinux dot org wrote:
> 
> ------- Additional Comments From pclouds at vnlinux dot org  2005-04-13 17:16 -------
> Excuse me. Is there any progress on this ?

Doesn't seem so. The patch seems fine to everybody, but nobody applied
it in mainstream...

Regards,
Samuel
Comment 7 Ulrich Drepper 2005-07-08 16:21:13 UTC
The trunk has an updated locale definitions.
Comment 8 Nguyen Thai Ngoc Duy 2005-07-09 05:37:35 UTC
I have checked CVS. vi_VN (rev 1.7) differs from the attached vi_VN:
- r1.7 is older (2001-01-29 while this vi_VN is 2004-01-09)
- r1.7 missed some collation rules.
- one collation rule is wrong (<U1EB3> <a(>;<HOK>;<CAP>;IGNORE instead of
<U1EB2> <a(>;<HOK>;<CAP>;IGNORE)
- yesstr/yesexpr (vâng) is kind of over-honorific. the new yesstr (có) is better
- r1.7 doens't have LC_NAME, LC_ADDRESS, LC_TELEPHONE
Therefore i would like to request applying new vi_VN over r1.7
Comment 9 Ulrich Drepper 2005-09-23 20:35:09 UTC
What 1.7 version?  I'm not going to go around hunting for the file you refer to.
Comment 10 Nguyen Thai Ngoc Duy 2005-09-24 02:57:25 UTC
I'm happy you're looking at this bug again :D
1.7 is the revision that you updated in comment #7. Here's the link
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/localedata/locales/vi_VN?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=glibc
But then jakub has updated vi_VN in fedora-branch. I'm not using Fedora. However
I will look at fedora-branch version and take notes of differences between vi_VN
in this bug and fedora-branch's vi_VN.
Comment 11 Nguyen Thai Ngoc Duy 2005-09-24 03:14:54 UTC
Notes between this bug's vi_VN and fedora-branch's vi_VN:
revision: fedora-branch one's 0.7, this vi_VN's 1.1
fedora-branch one misses several collating rules: ạ, Ạ, ẽ, ẹ, Ẽ, Ẹ, ị, Ị, ọ, Ọ,
ụ, Ụ, ỳ, ỹ, ỵ, Ỳ, Ỹ, Ỵ.
fedora-branch has one mistake: line 115, that should be U1EB2 (Ẳ) instead of
U1EB3(ẳ).
this vi_VN's yesstr (Có) is preferable to fedora-branch's (Vâng) IMHO.
fedora-branch's misses LC_NAME and LC_TELEPHONE
Comment 12 Jakub Jelinek 2005-09-24 12:49:59 UTC
There is no difference between fedora-branch and HEAD vi_VN.
See
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/localedata/locales/vi_VN.diff?r1=1.4.2.2&r2=1.7&cvsroot=glibc

So, if there is something incorrect in either of these versions (1.4.2.2 or 1.7),
please attach here a patch against those.
Comment 13 Nguyen Thai Ngoc Duy 2005-09-24 15:31:46 UTC
Created attachment 671 [details]
vi_VN patch
Comment 14 Nguyen Thai Ngoc Duy 2005-09-24 15:34:16 UTC
Attached the requested patch. I did point out what's wrong in previous comments
Comment 15 Ulrich Drepper 2005-10-14 23:18:23 UTC
I applied thepatch to the trunk.