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 Latin characters and Months Sequence


Fixed [BZ #21822] With commit id 832f8e048773da9aac99cd1ee57f2ccbd40860f6

[BZ #21844]
	*locales/mai_IN (LC_TIME):Fix Latin characters and Months Sequence.      

---
 localedata/locales/mai_IN |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/localedata/locales/mai_IN b/localedata/locales/mai_IN
index 9217ccb..43ce0d0 100644
--- a/localedata/locales/mai_IN
+++ b/localedata/locales/mai_IN
@@ -78,8 +78,7 @@ day	"<U0930><U0935><U093F><U0926><U093F><U0928>";/
 	"<U0936><U0928><U0940><U0926><U093F><U0928>"
 %
 % Abbreviated month names (%b)
-abmon	"<U091A><U0948><U0924><U093F>";/
-	"<U0042><U0061><U0069><U0073><U0068><U0061><U006B><U0068>";/
+abmon	"<U092C><U0948><U0938><U093E><U0916>";/
 	"<U091C><U0947><U0920>";/
 	"<U0905><U0937><U093E><U0922><U093C>";/
 	"<U0938><U093E><U0935><U094B><U0928>";/
@@ -89,15 +88,15 @@ abmon	"<U091A><U0948><U0924><U093F>";/
 	"<U0905><U0917><U0939><U0928>";/
 	"<U092A><U0942><U0938>";/
 	"<U092E><U093E><U0918>";/
-	"<U092B><U093E><U0917><U0941><U0928>"
+	"<U092B><U093E><U0917><U0941><U0928>";/
+	"<U091A><U0948><U0924><U093F>"	
 % Full month names (%B)
 % Maithili uses a lunar calendar. When gregorian month names
 % are needed, the names are the same names than those used
 % by Hindi
 % https://en.wikipedia.org/wiki/Tirhuta_Panchang
 % https://en.wikipedia.org/wiki/Maithili_language#cite_ref-20
-mon     "<U091A><U0948><U0924><U093F>";/
-	"<U0042><U0061><U0069><U0073><U0068><U0061><U006B><U0068>";/
+mon  "<U092C><U0948><U0938><U093E><U0916>";/
 	"<U091C><U0947><U0920>";/
 	"<U0905><U0937><U093E><U0922><U093C>";/
 	"<U0938><U093E><U0935><U094B><U0928>";/
@@ -107,7 +106,8 @@ mon     "<U091A><U0948><U0924><U093F>";/
 	"<U0905><U0917><U0939><U0928>";/
 	"<U092A><U0942><U0938>";/
 	"<U092E><U093E><U0918>";/
-	"<U092B><U093E><U0917><U0941><U0928>"
+	"<U092B><U093E><U0917><U0941><U0928>";/
+	"<U091A><U0948><U0924><U093F>"
 %
 % Equivalent of AM PM
 am_pm   "<U092A><U0942><U0930><U094D><U0935><U093E><U0939><U094D><U0928>";/
-- 
1.7.1


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