Bug 22022 - Missing country_name for mni_IN
Summary: Missing country_name for mni_IN
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: localedata (show other bugs)
Version: 2.26
: P2 normal
Target Milestone: 2.27
Assignee: Mike FABIAN
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-29 07:04 UTC by Akhilesh Kumar
Modified: 2017-08-30 10:44 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed: 2017-08-29 00:00:00
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Akhilesh Kumar 2017-08-29 07:04:21 UTC
Missing country_name for mni_IN(Manipuri language)

@Mike can You add country_name for mni_IN ? 
Since I am unable to find Unicode for the same 

We can Refer below url
http://www.iitg.ernet.in/rcilts/phaseI/manipuridesign.pdf
page number 6 (Abbreviated Count India)
Comment 1 Mike FABIAN 2017-08-29 13:57:07 UTC
“India” in Manipuri language: ভারত

(I reconstructed that from 
http://www.iitg.ernet.in/rcilts/phaseI/manipuridesign.pdf
page 6.)
Comment 2 Mike FABIAN 2017-08-29 13:58:35 UTC
(In reply to Mike FABIAN from comment #1)
> “India” in Manipuri language: ভারত
> 
> (I reconstructed that from 
> http://www.iitg.ernet.in/rcilts/phaseI/manipuridesign.pdf
> page 6.)

Does that look correct to you?

It is the same as “India” written in the Bengali language:

https://bn.wikipedia.org/wiki/%E0%A6%AD%E0%A6%BE%E0%A6%B0%E0%A6%A4

ভারত
Comment 3 Akhilesh Kumar 2017-08-30 03:19:24 UTC
Manipuri alphabet is almost identical with the Bengali alphabet.

And this pdf is from iit Guwahati  and IIT is one of the finest institute in the world I think we trust doc
Comment 4 Akhilesh Kumar 2017-08-30 09:38:30 UTC
Fix patch 
https://sourceware.org/ml/libc-alpha/2017-08/msg01269.html
Comment 5 Sourceware Commits 2017-08-30 10:35:12 UTC
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  5f9409b787c5758fc277f8d1baf7478b752b775d (commit)
      from  232d9190611b7eb7cdb84034ef73724a718ffee6 (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=5f9409b787c5758fc277f8d1baf7478b752b775d

commit 5f9409b787c5758fc277f8d1baf7478b752b775d
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Wed Aug 30 15:01:44 2017 +0530

    Add country_name for mni_IN
    
    	[BZ #22022]
    	* locales/mni_IN (LC_ADDRESS): Add country_name.

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

Summary of changes:
 localedata/ChangeLog      |    5 +++++
 localedata/locales/mni_IN |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)
Comment 6 Mike FABIAN 2017-08-30 10:44:50 UTC
FIXED.