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][BZ #15601] Update language name from Oriya to Odia


Hi,

The state of Orissa in India changed its name to Odisha in 2010 and
accordingly, the name of its language was changed to Odia from Oriya.
This patch updates references in the source from Oriya to Odia.  I've
updated the definitions in the ISO-639 list as well, even though the
list hasn't been updated yet.  Can this change go in without the
change in ISO-639 list or does that have to happen first?

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:

	* libio/tst-widetext.input: Rename Oriya to Odia.
	* locale/iso-639.def: Likewise.

localedata/ChangeLog:

	* 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 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)
 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]