Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2019 08:49:55 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r342997 - stable/11/share/timedef
Message-ID:  <201901130849.x0D8nt0Z040392@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Sun Jan 13 08:49:55 2019
New Revision: 342997
URL: https://svnweb.freebsd.org/changeset/base/342997

Log:
  MFC r342614, r342633
  
  r342614:
  Properly set svn:mimetype for zh_CN.UTF-8.src.
  
  r342633:
  Fix various issues with Chinese locales:
  
   - Change short weekday names to use only one Chinese character.
     (note: this is a somewhat misunfortunate compromise due to the fact
     that some applications are using short buffer for weekday names,
     and in ~1905 when 星期 system was created to replace the traditional
     七曜 system, which can use 日月火水木金土 to represent Sunday through
     Saturday with just one character without any confusion).
   - for zh_CN locales: use Arabic numerals for month names, matching the
     practice of all other CJK locales
   - Regenerate zh_CN.{GB2312,GBK} locales from zh_CN.UTF-8.
  
  Reported by:	ygy
  Reviewed by:	kevlo
  Differential Revision:	https://reviews.freebsd.org/D18689

Modified:
  stable/11/share/timedef/zh_CN.GB2312.src
  stable/11/share/timedef/zh_CN.GBK.src
  stable/11/share/timedef/zh_CN.UTF-8.src   (contents, props changed)
  stable/11/share/timedef/zh_HK.UTF-8.src
  stable/11/share/timedef/zh_TW.UTF-8.src
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/timedef/zh_CN.GB2312.src
==============================================================================
--- stable/11/share/timedef/zh_CN.GB2312.src	Sun Jan 13 08:46:06 2019	(r342996)
+++ stable/11/share/timedef/zh_CN.GB2312.src	Sun Jan 13 08:49:55 2019	(r342997)
@@ -4,41 +4,41 @@
 # -----------------------------------------------------------------------------
 #
 # Short month names
-!!#1TB
-!!#2TB
-!!#3TB
-!!#4TB
-!!#5TB
-!!#6TB
-!!#7TB
-!!#8TB
-!!#9TB
-#1#0TB
-#1#1TB
-#1#2TB
+ 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+ 8
+ 9
+10
+11
+12
 #
 # Long month names (as in a date)
-һ
-
-
-
-
-
-
-
-
-ʮ
-ʮһ
-ʮ
+1
+2
+3
+4
+5
+6
+7
+8
+9
+10
+11
+12
 #
 # Short weekday names
-
-һ
-ܶ
-
-
-
-
+
+һ
+
+
+
+
+
 #
 # Long weekday names
 
@@ -66,18 +66,18 @@
 %Y%_m%e %A %X %Z
 #
 # Long month names (without case ending)
-һ
-
-
-
-
-
-
-
-
-ʮ
-ʮһ
-ʮ
+1
+2
+3
+4
+5
+6
+7
+8
+9
+10
+11
+12
 #
 # md_order
 md

Modified: stable/11/share/timedef/zh_CN.GBK.src
==============================================================================
--- stable/11/share/timedef/zh_CN.GBK.src	Sun Jan 13 08:46:06 2019	(r342996)
+++ stable/11/share/timedef/zh_CN.GBK.src	Sun Jan 13 08:49:55 2019	(r342997)
@@ -18,27 +18,27 @@
 12
 #
 # Long month names (as in a date)
-һ
-
-
-
-
-
-
-
-
-ʮ
-ʮһ
-ʮ
+1
+2
+3
+4
+5
+6
+7
+8
+9
+10
+11
+12
 #
 # Short weekday names
-
-һ
-ܶ
-
-
-
-
+
+һ
+
+
+
+
+
 #
 # Long weekday names
 
@@ -66,18 +66,18 @@
 %Y%_m%e %A %X %Z
 #
 # Long month names (without case ending)
-һ
-
-
-
-
-
-
-
-
-ʮ
-ʮһ
-ʮ
+1
+2
+3
+4
+5
+6
+7
+8
+9
+10
+11
+12
 #
 # md_order
 md

Modified: stable/11/share/timedef/zh_CN.UTF-8.src
==============================================================================
Binary file (source and/or target). No diff available.

Modified: stable/11/share/timedef/zh_HK.UTF-8.src
==============================================================================
--- stable/11/share/timedef/zh_HK.UTF-8.src	Sun Jan 13 08:46:06 2019	(r342996)
+++ stable/11/share/timedef/zh_HK.UTF-8.src	Sun Jan 13 08:49:55 2019	(r342997)
@@ -32,13 +32,13 @@
 12月
 #
 # Short weekday names
-週日
-週一
-週二
-週三
-週四
-週五
-週六
+日
+一
+二
+三
+四
+五
+六
 #
 # Long weekday names
 星期日

Modified: stable/11/share/timedef/zh_TW.UTF-8.src
==============================================================================
--- stable/11/share/timedef/zh_TW.UTF-8.src	Sun Jan 13 08:46:06 2019	(r342996)
+++ stable/11/share/timedef/zh_TW.UTF-8.src	Sun Jan 13 08:49:55 2019	(r342997)
@@ -32,13 +32,13 @@
 12月
 #
 # Short weekday names
-週日
-週一
-週二
-週三
-週四
-週五
-週六
+日
+一
+二
+三
+四
+五
+六
 #
 # Long weekday names
 星期日



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901130849.x0D8nt0Z040392>