summaryrefslogtreecommitdiffstats
path: root/share/timedef/ko_KR.EUC.src
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-03-27 03:07:25 +0000
committerache <ache@FreeBSD.org>1997-03-27 03:07:25 +0000
commit03c5e9fbba5ce2557b465cab78ae60b560317e14 (patch)
treec49592e1c2dfaf20a80db7cf1a06a27c582b51ac /share/timedef/ko_KR.EUC.src
parent24b9a003069564ec5fbf66e2ba8625c5b054d22d (diff)
downloadFreeBSD-src-03c5e9fbba5ce2557b465cab78ae60b560317e14.zip
FreeBSD-src-03c5e9fbba5ce2557b465cab78ae60b560317e14.tar.gz
Fix length-related bugs
Submitted by: Choi Jun Ho <choi.junho@jazz.snu.ac.kr>
Diffstat (limited to 'share/timedef/ko_KR.EUC.src')
-rw-r--r--share/timedef/ko_KR.EUC.src57
1 files changed, 33 insertions, 24 deletions
diff --git a/share/timedef/ko_KR.EUC.src b/share/timedef/ko_KR.EUC.src
index 5453627..eb5f45f 100644
--- a/share/timedef/ko_KR.EUC.src
+++ b/share/timedef/ko_KR.EUC.src
@@ -1,24 +1,25 @@
# $Id: ru_SU.KOI8-R.src,v 1.7 1997/02/22 13:56:47 peter Exp $
#
# Choi Jun Ho <jazz.snu.ac.kr>
-# 26 Mar 1997
+# 27 Mar 1997
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# Short month names
- 1¿ù
- 2¿ù
- 3¿ù
- 4¿ù
- 5¿ù
- 6¿ù
- 7¿ù
- 8¿ù
- 9¿ù
-10¿ù
-11¿ù
-12¿ù
+# it must be 3 char
+ 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+ 8
+ 9
+ 10
+ 11
+ 12
#
# Long month names
#
@@ -37,13 +38,15 @@
#
# Short weekday names
#
-ÀÏ
-¿ù
-È­
-¼ö
-¸ñ
-±Ý
-Åä
+# it must be 3 char also
+# two char is our weekday name, and be careful one space is in the last
+ÀÏ
+¿ù
+È­
+¼ö
+¸ñ
+±Ý
+Åä
#
# Long weekday names
#
@@ -65,16 +68,22 @@
#
# c_fmt
#
-%Y³â %b %eÀÏ %a¿äÀÏ %X
+# just following tradition...
+# %Y³â %b¿ù %eÀÏ %a¿äÀÏ %X
+%a %b %e %H:%M:%S %Y
#
# am
#
-¿ÀÀü
+# it must be 2 char
+#¿ÀÀü
+AM
#
# pm
#
-¿ÀÈÄ
+# it must be 2 char
+#¿ÀÈÄ
+PM
#
# date_fmt
#
-%Y³â %b %eÀÏ %a¿äÀÏ %X %Z
+%Y³â %b¿ù %eÀÏ %a¿äÀÏ %X %Z
OpenPOWER on IntegriCloud