This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH v1.1][BZ #15601] Update language name from Oriya to Odia


On Tue, Jun 11, 2013 at 09:17:43PM +0530, Siddhesh Poyarekar wrote:
> On Tue, Jun 11, 2013 at 02:08:36PM +0200, Andreas Schwab wrote:
> > Siddhesh Poyarekar <siddhesh@redhat.com> writes:
> > 
> > > diff --git a/locale/iso-639.def b/locale/iso-639.def
> > > index c79e9bf..a3eb321 100644
> > > --- a/locale/iso-639.def
> > > +++ b/locale/iso-639.def
> > > @@ -347,7 +347,7 @@ DEFINE_LANGUAGE_CODE3 ("Nyoro", nyo, nyo)
> > >  DEFINE_LANGUAGE_CODE3 ("Nzima", nzi, nzi)
> > >  DEFINE_LANGUAGE_CODE ("Occitan (post 1500); Provenïal", oc, oci, oci)
> > 
> > That file should probably be reencoded in utf-8.
> > 
> 
> Here's a separate patch to do this.  OK to commit?
> 

... and here's the Odia patch rebased on top of it.

Siddhesh


References:

http://zeenews.india.com/election09/story.aspx?aid=739995
http://orissamatters.com/2011/11/07/orissa-became-odisha/
http://www.ndtv.com/article/india/parliament-passes-bill-to-change-orissa-s-name-93888
http://orissa.gov.in/e-magazine/Orissareview/2011/Nov/engpdf/9-17.pdf

ChangeLog:

	[BZ #15601]
	* libio/tst-widetext.input: Rename Oriya to Odia.
	* locale/iso-639.def: Likewise.

localedata/ChangeLog:

	[BZ #15601]
	* locales/or_IN: Rename Oriya to Odia.

diff --git a/libio/tst-widetext.input b/libio/tst-widetext.input
index bef07ce..b4382c0 100644
--- a/libio/tst-widetext.input
+++ b/libio/tst-widetext.input
@@ -126,7 +126,7 @@ Gujarati (U+0A80-U+0AFF):
 àâàâààààààààààààààààààààààààààààààààààààààààààààààààààààààààààâàààà
 àâàâàâàâàâààâàâàààààâààààààààààààààààààààààààààààààààààààààààààààààààààà
 
-Oriya (U+0B00-U+0B7F):
+Odia (U+0B00-U+0B7F):
 
 àâàààààààààààààààààààààààààààààààààààààààààààààààààààààààààààâàààâà
 àâàâàâààààààààààâàààààààààâàààààààààààààààààààààààààààààààààààààààààà
diff --git a/locale/iso-639.def b/locale/iso-639.def
index 50b5a52..78e0813 100644
--- a/locale/iso-639.def
+++ b/locale/iso-639.def
@@ -347,7 +347,7 @@ DEFINE_LANGUAGE_CODE3 ("Nyoro", nyo, nyo)
 DEFINE_LANGUAGE_CODE3 ("Nzima", nzi, nzi)
 DEFINE_LANGUAGE_CODE ("Occitan (post 1500); ProvenÃal", oc, oci, oci)
 DEFINE_LANGUAGE_CODE ("Ojibwa", oj, oji, oji)
-DEFINE_LANGUAGE_CODE ("Oriya", or, ori, ori)
+DEFINE_LANGUAGE_CODE ("Odia", or, ori, ori)
 DEFINE_LANGUAGE_CODE ("Oromo", om, orm, orm)
 DEFINE_LANGUAGE_CODE3 ("Osage", osa, osa)
 DEFINE_LANGUAGE_CODE ("Ossetian; Ossetic", os, oss, oss)
diff --git a/localedata/locales/or_IN b/localedata/locales/or_IN
index 2e28a0a..59b793f 100644
--- a/localedata/locales/or_IN
+++ b/localedata/locales/or_IN
@@ -1,19 +1,19 @@
 comment_char %
 escape_char /
 
-% Oriya locale for India.
+% Odia locale for India.
 % Contributed by Masahide Washizawa <washi at jp ibm com>
 
 %%%%%%%%%%%%%
 LC_IDENTIFICATION
-title       "Oriya language locale for India"
+title       "Odia language locale for India"
 source      "IBM AP Linux Technology Center, Yamato Software Laboratory"
 address     "1623-14, Shimotsuruma, Yamato-shi, Kanagawa-ken, 242-8502, Japan"
 contact     ""
 email       "bug-glibc@gnu.org"
 tel         ""
 fax         ""
-language    "Oriya"
+language    "Odia"
 territory   "India"
 revision    "1.0"
 date        "2006-05-25"
@@ -35,10 +35,10 @@ END LC_IDENTIFICATION
 LC_CTYPE
 copy "i18n"
 
-% Oriya uses the alternate digits U+0B66..U+0B6F
+% Odia uses the alternate digits U+0B66..U+0B6F
 outdigit <U0B66>..<U0B6F>
 
-% This is used in the scanf family of functions to read Oriya numbers
+% This is used in the scanf family of functions to read Odia numbers
 % using "%Id" and such.
 map to_inpunct; /
   (<U0030>,<U0B66>); /


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]