aboutsummaryrefslogtreecommitdiff
path: root/share/timedef/ko_KR.eucKR.src
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-03-27 03:07:25 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-03-27 03:07:25 +0000
commitac02e936878d7a546dada29b527a20b7474f7713 (patch)
tree5cf1a328815f4dff6ffd554fceddfb3d105b048f /share/timedef/ko_KR.eucKR.src
parent22b1388b70b6f895e9f8bd923378d8c8e1f07e9c (diff)
downloadsrc-ac02e936878d7a546dada29b527a20b7474f7713.tar.gz
src-ac02e936878d7a546dada29b527a20b7474f7713.zip
Fix length-related bugs
Submitted by: Choi Jun Ho <choi.junho@jazz.snu.ac.kr>
Notes
Notes: svn path=/head/; revision=24316
Diffstat (limited to 'share/timedef/ko_KR.eucKR.src')
-rw-r--r--share/timedef/ko_KR.eucKR.src57
1 files changed, 33 insertions, 24 deletions
diff --git a/share/timedef/ko_KR.eucKR.src b/share/timedef/ko_KR.eucKR.src
index 5453627e7850..eb5f45f7f0f1 100644
--- a/share/timedef/ko_KR.eucKR.src
+++ b/share/timedef/ko_KR.eucKR.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