Bug 24878 - [Fix] Fix lang_name for yo_NG
Summary: [Fix] Fix lang_name for yo_NG
Status: RESOLVED INVALID
Alias: None
Product: glibc
Classification: Unclassified
Component: localedata (show other bugs)
Version: 2.30
: P2 normal
Target Milestone: ---
Assignee: Mike FABIAN
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-05 14:05 UTC by Akhilesh Kumar
Modified: 2023-12-26 08:32 UTC (History)
3 users (show)

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


Attachments
Fix lang_name for yo_NG (652 bytes, application/mbox)
2019-08-05 14:16 UTC, Akhilesh Kumar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Akhilesh Kumar 2019-08-05 14:05:45 UTC
Hello 

Language name in Yoruba is "Yorùbá"
Seems is extra unicodes are added accidentally.
Comment 1 Akhilesh Kumar 2019-08-05 14:16:19 UTC
Created attachment 11936 [details]
Fix lang_name for yo_NG

Language name in Yoruba is "Yorùbá"
Removed extra unicode "<U00C8>d<U00E8>"
Comment 2 Mike FABIAN 2023-12-19 16:50:31 UTC
https://github.com/unicode-org/cldr/blob/main/common/main/yo.xml#L447

has:

<language type="yo">Èdè Yorùbá</language>

I.e. this language name agrees with what CLDR has.

So this is not an accident. 

We try to synchronize the data with CLDR as much as possible.
Comment 3 Mike FABIAN 2023-12-19 16:51:05 UTC
Closing as INVALID.
Comment 4 Sourceware Commits 2023-12-26 08:32:25 UTC
The master branch has been updated by Mike Fabian <mfabian@sourceware.org>:

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

commit e65ca115151a5895d9c9ac81fdc137f0eed077ed
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Tue Dec 19 17:58:35 2023 +0100

    localedata: convert yo_NG to UTF-8, check that language name in Yoruba agrees with CLDR
    
    Related: BZ # 24878