Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Mar 1997 18:38:31 +0900 (KST)
From:      Choi Jun Ho <choi.junho@jazz.snu.ac.kr>
To:        freebsd-hackers@freebsd.org
Cc:        junker@jazz.snu.ac.kr (Choi Jun Ho)
Subject:   locale difference between 2.1.6 and 2.2?
Message-ID:  <199703120938.SAA29540@jazz.snu.ac.kr>

next in thread | raw e-mail | index | archive | help
Hello, 

(and still I don't subscribed to this mailing list... :< )

I modified ko_KR.EUC locale definition(which I submitted to this
mailing list before), but I have some problem.

I deleted Codeset 3 and 4 part from LC_CTYPE.
(our code don't have these codesets)
When I tested it from 2.2-ALPHA(PP200, 64M, no network connection..),
it works better than previous version, but I test in 2.1.6 it works
wrong...(won't display hangul chars) Is it a major difference between
locale routine(especially EUC and vi) in 2.1.6 and 2.2? Does 2.2-GAMMA
processing it well? I don't have machine to install 2.2-GAMMA for a few
days... but after a few days 2.2 will come out.

This is a test file:

begin 664 test
1Q]&QV\"Z(+[&N*>TY+39+@H`
`
end

And modified ko_KR definition is end of this mail.

Install it,
 # mklocale ko_KR.EUC.src > LC_CTYPE
 # mkdir /usr/share/locale/ko_KR.EUC
 # ln -s /usr/share/locale/ko_KR.EUC /usr/share/locale/ko
 # cp LC_CTYPE /usr/share/locale/ko_KR.EUC

Setup locale and launch vi:
 # LANG=ko vi test

You can see(maybe english users) some iso8859-1 text chars, except
seeing hangul-enabled terminals(hanterm...). It is "OK". When it
broken in your system(2.1.x?), it shows '0xc70xd10xb10xdb...'

Would someone test it for all? I hope, when possible, my modified locale
definition will be included in 2.2-RELEASE... Please test it in
2.2-970310-GAMMA, and reply to me. When it works good, I will submit
it, or someone reponsible in this mailing list can do it...

Thank you for reading, for help.

------------ko_KR.EUC.src-----------------
/*
 * Korean LOCALE_CTYPE definitions using EUC-KR character sets
 *
 * Choi Jun Ho, junker@jazz.snu.ac.kr
 * NARAE, Seoul National Univ., CS Dept.
 * Mar 11 1997
 *
 * It is based on manpage mklocale(1), euc(4), ja_JP.EUC.src.
 * 
 */

ENCODING     "EUC"

/* EUC-KR
 * 0xa1a1-0xfefe
 * byte 1: 0xa1-0xfe
 * byte 2: 0xa1-0xfe
 */

/* we have codeset 1 and 2 */
VARIABLE     1 0x0000 2 0x8080 0x8080

/*
 * Code Set 1, US-ASCII equivalent
 */
ALPHA	     'A' - 'Z' 'a' - 'z'
CONTROL	     0x00 - 0x1f 0x7f
DIGIT	     '0' - '9'
GRAPH	     0x21 - 0x7e
LOWER	     'a' - 'z'
PUNCT	     0x21 - 0x2f 0x3a - 0x40 0x5b - 0x60 0x7b - 0x7e
SPACE	     0x09 - 0x0d 0x20
UPPER	     'A' - 'Z'
XDIGIT	     '0' - '9' 'a' - 'f' 'A' - 'F'
BLANK	     ' ' '\t'
PRINT	     0x20 - 0x7e

MAPLOWER     < 'A' - 'Z' : 'a' > < 'a' - 'z' : 'a' >
MAPUPPER     < 'A' - 'Z' : 'A' > < 'a' - 'z' : 'A' >
TODIGIT	     < '0' - '9' : 0 >
TODIGIT	     < 'A' - 'F' : 10 > < 'a' - 'f' : 10 >

/*
 * Code Set 2, EUC-KR
 */
ALPHA        0xa3c1 - 0xa3da 0xa3e1 - 0xa3fa
DIGIT        0xa3b0 - 0xa3b9
UPPER        0xa3c1 - 0xa3da
LOWER        0xa3e1 - 0xa3fa
PUNCT	     0xa3a1 - 0xa3af 0xa3ba - 0xa3c0 0xa3db - 0xa3e0 0xa3fb - 0xa3fe
SPACE	     0xa1a1
XDIGIT       0xa3b0 - 0xa3b9 0xa3c1 - 0xa3c6 0xa3e1 - 0xa3e6
BLANK        0xa1a1
PRINT        0xa1a1 - 0xfefe
SPECIAL	     0xa1a2 - 0xa2e5

MAPLOWER     < 0xa3c1 - 0xa3da : 0xa3e1 > < 0xa3e1 - 0xa3fa : 0xa3e1 >
MAPUPPER     < 0xa3c1 - 0xa3da : 0xa3c1 > < 0xa3b0 - 0xa3b9 : 0xa3c1 >
TODIGIT      < 0xa3b0 - 0xa3b9 : 0 >
TODIGIT      < 0xa3c1 - 0xa3c6 : 10 > < 0xa3e1 - 0xa3e6 : 10 >


UPPER	     0xa5c1 - 0xa5d8			     /* Greek */
LOWER	     0xa5e1 - 0xa5f8			     /* Greek */
MAPLOWER     < 0xa5c1 - 0xa5d8 : 0xa5e1 > < 0xa5e1 - 0xa5f8 : 0xa5e1 >
MAPUPPER     < 0xa5c1 - 0xa5d8 : 0xa5c1 > < 0xa5e1 - 0xa5f8 : 0xa5c1 >

UPPER	     0xaca1 - 0xacc1			     /* Cyrillic */
LOWER	     0xacd1 - 0xacf1			     /* Cyrillic */
MAPLOWER     < 0xaca1 - 0xacc1 : 0xacd1 > < 0xacd1 - 0xacf1 : 0xacd1 >
MAPUPPER     < 0xaca1 - 0xacc1 : 0xaca1 > < 0xacd1 - 0xacf1 : 0xaca1 >

DIGIT	     0xa5a1 - 0xa5aa  0xa5b0 - 0xa5b9 /* greek digit */ 
SPECIAL      0xa6a1 - 0xa6e4  0xa7a1 - 0xa7ef /* symbols */
SPECIAL      0xa8a1 - 0xa8fe  0xa9a1 - 0xa9fe /* circle symbols */

PHONOGRAM    0xa4a1 - 0xa4fe  /* full-width hangul glyph */
PHONOGRAM    0xaaa1 - 0xaaf3  /* full-width hirakana */
PHONOGRAM    0xaba1 - 0xabf6  /* full-width katakana */

PHONOGRAM    0xb0a1 - 0xb0fe  0xb1a1 - 0xb1fe  0xb2a1 - 0xb2fe
PHONOGRAM    0xb3a1 - 0xb3fe  0xb4a1 - 0xb4fe  0xb5a1 - 0xb5fe
PHONOGRAM    0xb6a1 - 0xb6fe  0xb7a1 - 0xb7fe  0xb8a1 - 0xb8fe
PHONOGRAM    0xb9a1 - 0xb9fe  0xbaa1 - 0xbafe  0xbba1 - 0xbbfe
PHONOGRAM    0xbca1 - 0xbcfe  0xbda1 - 0xbdfe  0xbea1 - 0xbefe
PHONOGRAM    0xbfa1 - 0xbffe  0xc0a1 - 0xc0fe  0xc1a1 - 0xc1fe
PHONOGRAM    0xc2a1 - 0xc2fe  0xc3a1 - 0xc3fe  0xc4a1 - 0xc4fe
PHONOGRAM    0xc5a1 - 0xc5fe  0xc6a1 - 0xc6fe  0xc7a1 - 0xc7fe
PHONOGRAM    0xc8a1 - 0xc8fe  /* hangul composed */

IDEOGRAM     0xcaa1 - 0xcafe  0xcba1 - 0xcbfe  0xcca1 - 0xccfe  
IDEOGRAM     0xcda1 - 0xcdfe  0xcea1 - 0xcefe  0xcfa1 - 0xcffe  
IDEOGRAM     0xd0a1 - 0xd0fe  0xd1a1 - 0xd1fe  0xd2a1 - 0xd2fe  
IDEOGRAM     0xd3a1 - 0xd3fe  0xd4a1 - 0xd4fe  0xd5a1 - 0xd5fe  
IDEOGRAM     0xd6a1 - 0xd6fe  0xd7a1 - 0xd7fe  0xd8a1 - 0xd8fe  
IDEOGRAM     0xd9a1 - 0xd9fe  0xdaa1 - 0xdafe  0xdba1 - 0xdbfe  
IDEOGRAM     0xdca1 - 0xdcfe  0xdda1 - 0xddfe  0xdea1 - 0xdefe  
IDEOGRAM     0xdfa1 - 0xdffe  0xe0a1 - 0xe0fe  0xe1a1 - 0xe1fe  
IDEOGRAM     0xe2a1 - 0xe2fe  0xe3a1 - 0xe3fe  0xe4a1 - 0xe4fe  
IDEOGRAM     0xe5a1 - 0xe5fe  0xe6a1 - 0xe6fe  0xe7a1 - 0xe7fe  
IDEOGRAM     0xe8a1 - 0xe8fe  0xe9a1 - 0xe9fe  0xeaa1 - 0xeafe  
IDEOGRAM     0xeba1 - 0xebfe  0xeca1 - 0xecfe  0xeda1 - 0xedfe  
IDEOGRAM     0xeea1 - 0xeefe  0xefa1 - 0xeffe  0xf0a1 - 0xf0fe  
IDEOGRAM     0xf1a1 - 0xf1fe  0xf2a1 - 0xf2fe  0xf3a1 - 0xf3fe  
IDEOGRAM     0xf4a1 - 0xf4fe  0xf5a1 - 0xf5fe  0xf6a1 - 0xf6fe  
IDEOGRAM     0xf7a1 - 0xf7fe  0xf8a1 - 0xf8fe  0xf9a1 - 0xf9fe  
IDEOGRAM     0xfaa1 - 0xfafe  0xfba1 - 0xfbfe  0xfca1 - 0xfcfe  
IDEOGRAM     0xfda1 - 0xfdfe  /* hanja */

/* we don't have codeset 3 and 4 */
/* end of LC_CTYPE definition */
-- 
--------------------------------------------------------------^^---
Judgement Uninfected Naked Kind & Executive Ranger    - J U N K E R
                             from KONAMI 1990 "SD-Snatcher" in MSX2
Choi Jun Ho <junker@jazz.snu.ac.kr>   http://jazz.snu.ac.kr/~junker
Distributed Computing System Lab,   CS Dept.,  Seoul National Univ.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703120938.SAA29540>