From 03c5e9fbba5ce2557b465cab78ae60b560317e14 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 27 Mar 1997 03:07:25 +0000 Subject: Fix length-related bugs Submitted by: Choi Jun Ho --- share/timedef/ko_KR.EUC.src | 57 ++++++++++++++++++++++++++------------------- 1 file changed, 33 insertions(+), 24 deletions(-) (limited to 'share/timedef/ko_KR.EUC.src') 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 -# 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 -- cgit v1.1