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 abday in zh_SG


Fix abday, Reference taken form zh_CN
[#BZ 21853]
	*locales/zh_SG(LC_TIME) : Fix abday

---
 localedata/locales/zh_SG |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/localedata/locales/zh_SG b/localedata/locales/zh_SG
index 2354997..7ed2fc4 100644
--- a/localedata/locales/zh_SG
+++ b/localedata/locales/zh_SG
@@ -93,10 +93,7 @@ LC_TIME
 % for IBM Class for Unicode.
 %
 % Abbreviated weekday names (%a)
-abday       "<U661F><U671F><U65E5>";"<U661F><U671F><U4E00>";/
-            "<U661F><U671F><U4E8C>";"<U661F><U671F><U4E09>";/
-            "<U661F><U671F><U56DB>";"<U661F><U671F><U4E94>";/
-            "<U661F><U671F><U516D>"
+abday "<U65E5>";"<U4E00>";"<U4E8C>";"<U4E09>";"<U56DB>";"<U4E94>";"<U516D>"
 %
 % Full weekday names (%A)
 day         "<U661F><U671F><U65E5>";"<U661F><U671F><U4E00>";/
-- 
1.7.1


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