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 1/1] Fix LC_NAME for hi_IN


localedata: hi_IN: misc updates [BZ #21729]

During Hindi Locale review I found many fields are incorrect

Signed-off-by: Akhilesh Kumar <akhilesh.k@samsung.com>
---
 localedata/locales/hi_IN | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/localedata/locales/hi_IN b/localedata/locales/hi_IN
index 679e8b5..a8459bb 100644
--- a/localedata/locales/hi_IN
+++ b/localedata/locales/hi_IN
@@ -201,10 +201,10 @@ LC_NAME
 name_fmt    "<U0025><U0070><U0025><U0074><U0025><U0066><U0025><U0074>/
 <U0025><U0067>"
 name_gen    ""
-name_mr     "<U004D><U0072><U002E>"
-name_mrs    "<U004D><U0072><U0073><U002E>"
-name_miss   "<U004D><U0069><U0073><U0073><U002E>"
-name_ms     "<U004D><U0073><U002E>"
+name_mr     "<U0936><U094D><U0930><U0940><U092E><U093E><U0928><U094D>"
+name_mrs    "<U0936><U094D><U0930><U0940><U092E><U0924><U0940>"
+name_miss   "<U0915><U0941><U092E><U093E><U0930><U0940>"
+name_ms     "<U0938><U0941><U0936><U094D><U0930><U0940>"
 
 END LC_NAME
 
-- 
1.9.1


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