Fix length-related bugs

Submitted by: Choi Jun Ho <choi.junho@jazz.snu.ac.kr>
This commit is contained in:
Andrey A. Chernov 1997-03-27 03:07:25 +00:00
parent 22b1388b70
commit ac02e93687
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24316
3 changed files with 99 additions and 72 deletions

View File

@ -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

View File

@ -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

View File

@ -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