summaryrefslogtreecommitdiffstats
path: root/share/timedef
diff options
context:
space:
mode:
authorfoxfair <foxfair@FreeBSD.org>1999-06-08 02:25:19 +0000
committerfoxfair <foxfair@FreeBSD.org>1999-06-08 02:25:19 +0000
commitd1608b447da4541603a796072e8089a68ce71d11 (patch)
treee5803a1382e8ba22e41e655c0eed0458bb0bc4af /share/timedef
parent1abbd13bc2610a86a1eef7c8a73b314b2041b08e (diff)
downloadFreeBSD-src-d1608b447da4541603a796072e8089a68ce71d11.zip
FreeBSD-src-d1608b447da4541603a796072e8089a68ce71d11.tar.gz
Change locale name of Traditional Chinese : zh_TW.BIG5 -> zh_TW.Big5.
It makes compatible with IANA charset defination, and let existent I18N app happier. Ref: <http://www.isi.edu/in-notes/iana/assignments/character-sets>
Diffstat (limited to 'share/timedef')
-rw-r--r--share/timedef/data/Makefile4
-rw-r--r--share/timedef/data/zh_TW.Big5.src (renamed from share/timedef/data/zh_TW.BIG5.src)2
-rw-r--r--share/timedef/zh_TW.Big5.src78
3 files changed, 81 insertions, 3 deletions
diff --git a/share/timedef/data/Makefile b/share/timedef/data/Makefile
index 0cfdc10..7bd8bb8 100644
--- a/share/timedef/data/Makefile
+++ b/share/timedef/data/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.30 1999/03/20 11:48:55 foxfair Exp $
+# $Id: Makefile,v 1.31 1999/06/05 03:04:03 julian Exp $
NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}
@@ -28,7 +28,7 @@ LOCALES= da_DK.ISO_8859-1 \
sl_SI.ISO_8859-2 \
sv_SE.ISO_8859-1 \
zh_CN.EUC \
- zh_TW.BIG5
+ zh_TW.Big5
LOCALEDIR= ${DESTDIR}/usr/share/locale
diff --git a/share/timedef/data/zh_TW.BIG5.src b/share/timedef/data/zh_TW.Big5.src
index 9511b23..faed3c6 100644
--- a/share/timedef/data/zh_TW.BIG5.src
+++ b/share/timedef/data/zh_TW.Big5.src
@@ -1,4 +1,4 @@
-# $Id: zh_TW.BIG5.src,v 1.2 1999/04/01 10:15:15 foxfair Exp $
+# $Id: zh_TW.BIG5.src,v 1.3 1999/04/28 07:27:04 foxfair Exp $
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
diff --git a/share/timedef/zh_TW.Big5.src b/share/timedef/zh_TW.Big5.src
new file mode 100644
index 0000000..faed3c6
--- /dev/null
+++ b/share/timedef/zh_TW.Big5.src
@@ -0,0 +1,78 @@
+# $Id: zh_TW.BIG5.src,v 1.3 1999/04/28 07:27:04 foxfair Exp $
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# Short month names
+# It should be 3 characters. Add a space char at the beginning of every line.
+ 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+ 8
+ 9
+ 10
+ 11
+ 12
+#
+# Long month names
+#
+1¤ë
+2¤ë
+3¤ë
+4¤ë
+5¤ë
+6¤ë
+7¤ë
+8¤ë
+9¤ë
+10¤ë
+11¤ë
+12¤ë
+#
+# Short weekday names
+# 3 char too, add a space char at the ending of every line.
+¤é
+¤@
+¤G
+¤T
+¥|
+¤­
+¤»
+#
+# Long weekday names
+#
+©P¤é
+©P¤@
+©P¤G
+©P¤T
+©P¥|
+©P¤­
+©P¤»
+#
+# X_fmt
+#
+%H®É%M¤À%S¬í
+#
+# x_fmt
+#
+%y/%m/%d
+#
+# c_fmt
+#
+%a %b/%e %T %Y
+#
+# am
+#
+¤W¤È
+#
+# pm
+#
+¤U¤È
+#
+# date_fmt
+#
+%Y¦~%b¤ë%e¤é %A %X %Z
OpenPOWER on IntegriCloud