| 1 |
|
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 |
|
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 |
|
|---|
| 21 |
|
|---|
| 22 |
|
|---|
| 23 |
|
|---|
| 24 |
|
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 |
|
|---|
| 29 |
|
|---|
| 30 |
|
|---|
| 31 |
|
|---|
| 32 |
|
|---|
| 33 |
|
|---|
| 34 |
|
|---|
| 35 |
(make-coding-system |
|---|
| 36 |
'korean-iso-8bit 2 ?K |
|---|
| 37 |
"ISO 2022 based EUC encoding for Korean KSC5601 (MIME:EUC-KR)." |
|---|
| 38 |
'(ascii korean-ksc5601 nil nil |
|---|
| 39 |
nil ascii-eol ascii-cntl) |
|---|
| 40 |
'((safe-charsets ascii korean-ksc5601) |
|---|
| 41 |
(mime-charset . euc-kr))) |
|---|
| 42 |
|
|---|
| 43 |
(define-coding-system-alias 'euc-kr 'korean-iso-8bit) |
|---|
| 44 |
(define-coding-system-alias 'euc-korea 'korean-iso-8bit) |
|---|
| 45 |
(define-coding-system-alias 'cp949 'korean-iso-8bit) |
|---|
| 46 |
|
|---|
| 47 |
(make-coding-system |
|---|
| 48 |
'iso-2022-kr 2 ?k |
|---|
| 49 |
"ISO 2022 based 7-bit encoding for Korean KSC5601 (MIME:ISO-2022-KR)." |
|---|
| 50 |
'(ascii (nil korean-ksc5601) nil nil |
|---|
| 51 |
nil ascii-eol ascii-cntl seven locking-shift nil nil nil nil nil |
|---|
| 52 |
designation-bol) |
|---|
| 53 |
'((safe-charsets ascii korean-ksc5601) |
|---|
| 54 |
(mime-charset . iso-2022-kr))) |
|---|
| 55 |
|
|---|
| 56 |
(define-coding-system-alias 'korean-iso-7bit-lock 'iso-2022-kr) |
|---|
| 57 |
|
|---|
| 58 |
(set-language-info-alist |
|---|
| 59 |
"Korean" '((setup-function . setup-korean-environment-internal) |
|---|
| 60 |
(exit-function . exit-korean-environment) |
|---|
| 61 |
(tutorial . "TUTORIAL.ko") |
|---|
| 62 |
(charset korean-ksc5601) |
|---|
| 63 |
(coding-system iso-2022-kr korean-iso-8bit) |
|---|
| 64 |
(input-method . "korean-hangul") |
|---|
| 65 |
(features korea-util) |
|---|
| 66 |
(coding-priority korean-iso-8bit iso-2022-kr) |
|---|
| 67 |
(sample-text . "Hangul ($(CGQ1[(B) $(C>H3gGO<<?d(B, $(C>H3gGO=J4O1n(B") |
|---|
| 68 |
(documentation . "\ |
|---|
| 69 |
The following key bindings are available while using Korean input methods: |
|---|
| 70 |
Shift-SPC: toggle-korean-input-mthod |
|---|
| 71 |
Control-F9: quail-hangul-switch-symbol-ksc |
|---|
| 72 |
F9: quail-hangul-switch-hanja") |
|---|
| 73 |
)) |
|---|
| 74 |
|
|---|
| 75 |
(provide 'korean) |
|---|
| 76 |
|
|---|
| 77 |
|
|---|
| 78 |
|
|---|
| 79 |
|
|---|