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 abmon:abday in aa_DJ


[BZ #21897]
*locales/aa_DJ  :"abday" update lowercase to uppercase
		 "abmon" update lowercase to uppercase
		 "abmon" Fix 2nd month abname 
---
 localedata/locales/aa_DJ |   38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/localedata/locales/aa_DJ b/localedata/locales/aa_DJ
index 98fbc1c..e2987cd 100644
--- a/localedata/locales/aa_DJ
+++ b/localedata/locales/aa_DJ
@@ -189,13 +189,13 @@ LC_TIME
 %
 % Abbreviated weekday names (%a)
 %
-abday    "<U0061><U0063><U0061>";/
-         "<U0065><U0074><U006C>";/
-         "<U0074><U0061><U006C>";/
-         "<U0061><U0072><U0062>";/
-         "<U006B><U0061><U006D>";/
-         "<U0067><U0075><U006D>";/
-         "<U0073><U0061><U0062>"
+abday    "<U0041><U0063><U0061>";/
+         "<U0045><U0074><U006C>";/
+         "<U0054><U0061><U006C>";/
+         "<U0041><U0072><U0062>";/
+         "<U004B><U0061><U006D>";/
+         "<U0047><U0075><U006D>";/
+         "<U0053><U0061><U0062>"
 %
 % Full weekday names (%A)
 %
@@ -209,18 +209,18 @@ day      "<U0041><U0063><U0061><U0061><U0064><U0061>";/
 %
 % Abbreviated month names (%b)
 %
-abmon    "<U0071><U0075><U006E>";/
-         "<U006E><U0061><U0068>";/
-         "<U0063><U0069><U0067>";/
-         "<U0061><U0067><U0064>";/
-         "<U0063><U0061><U0078>";/
-         "<U0071><U0061><U0073>";/
-         "<U0071><U0061><U0064>";/
-         "<U006C><U0065><U0071>";/
-         "<U0077><U0061><U0079>";/
-         "<U0064><U0069><U0074>";/
-         "<U0078><U0069><U006D>";/
-         "<U006B><U0061><U0078>"
+abmon    "<U0051><U0075><U006E>";/
+         "<U004B><U0075><U0064>";/
+         "<U0043><U0069><U0067>";/
+         "<U0041><U0067><U0064>";/
+         "<U0043><U0061><U0078>";/
+         "<U0051><U0061><U0073>";/
+         "<U0051><U0061><U0064>";/
+         "<U004C><U0065><U0071>";/
+         "<U0057><U0061><U0079>";/
+         "<U0044><U0069><U0074>";/
+         "<U0058><U0069><U006D>";/
+         "<U004B><U0061><U0078>"
 %
 % Full month names (%B)
 %
-- 
1.7.1


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