Mercurial > emacs
annotate lisp/language/korean.el @ 18823:e0aed4d48398 libc-970717 libc-970718 libc-970719 libc-970720
Convert arm32:NetBSD to normal arm canonicalization.
author | Erich Stefan Boleyn <erich@uruk.org> |
---|---|
date | Wed, 16 Jul 1997 14:45:30 +0000 |
parents | ddf73154a296 |
children | 2c13a5f66502 |
rev | line source |
---|---|
17052 | 1 ;;; korean.el --- Support for Korean |
2 | |
3 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | |
18377
8b4a66c66dd6
Change copyright notice.
Richard M. Stallman <rms@gnu.org>
parents:
18309
diff
changeset
|
4 ;; Licensed to the Free Software Foundation. |
17052 | 5 |
6 ;; Keywords: multilingual, Korean | |
7 | |
8 ;; This file is part of GNU Emacs. | |
9 | |
10 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
11 ;; it under the terms of the GNU General Public License as published by | |
12 ;; the Free Software Foundation; either version 2, or (at your option) | |
13 ;; any later version. | |
14 | |
15 ;; GNU Emacs is distributed in the hope that it will be useful, | |
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 ;; GNU General Public License for more details. | |
19 | |
20 ;; You should have received a copy of the GNU General Public License | |
17071 | 21 ;; along with GNU Emacs; see the file COPYING. If not, write to the |
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
23 ;; Boston, MA 02111-1307, USA. | |
17052 | 24 |
25 ;;; Commentary: | |
26 | |
27 ;; For Korean, the character set KSC5601 is supported. | |
28 | |
29 ;;; Code: | |
30 | |
31 (make-coding-system | |
18203
0745f30aec66
Adjusted for coding system name change.
Kenichi Handa <handa@m17n.org>
parents:
17841
diff
changeset
|
32 'korean-iso-8bit 2 ?K |
0745f30aec66
Adjusted for coding system name change.
Kenichi Handa <handa@m17n.org>
parents:
17841
diff
changeset
|
33 "ISO 2022 based EUC encoding for Korean KSC5601 (MIME:EUC-KR)" |
17052 | 34 '((ascii t) korean-ksc5601 nil nil |
35 nil ascii-eol ascii-cntl)) | |
36 | |
18520
383d11185239
Swap args to define-coding-system-alias.
Richard M. Stallman <rms@gnu.org>
parents:
18377
diff
changeset
|
37 (define-coding-system-alias 'euc-kr 'korean-iso-8bit) |
383d11185239
Swap args to define-coding-system-alias.
Richard M. Stallman <rms@gnu.org>
parents:
18377
diff
changeset
|
38 (define-coding-system-alias 'euc-korea 'korean-iso-8bit) |
17052 | 39 |
40 (make-coding-system | |
18203
0745f30aec66
Adjusted for coding system name change.
Kenichi Handa <handa@m17n.org>
parents:
17841
diff
changeset
|
41 'korean-iso-7bit-lock 2 ?k |
0745f30aec66
Adjusted for coding system name change.
Kenichi Handa <handa@m17n.org>
parents:
17841
diff
changeset
|
42 "ISO 2022 based 7-bit encoding for Korean KSC5601 (MIME:ISO-2022-KR)." |
17052 | 43 '(ascii (nil korean-ksc5601) nil nil |
17098
8917133b7e82
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
44 nil ascii-eol ascii-cntl seven locking-shift nil nil nil nil nil |
17770
0d0e69cee17d
Make functions setup-LANGUAGE-environment
Kenichi Handa <handa@m17n.org>
parents:
17098
diff
changeset
|
45 designation-bol)) |
17052 | 46 |
18520
383d11185239
Swap args to define-coding-system-alias.
Richard M. Stallman <rms@gnu.org>
parents:
18377
diff
changeset
|
47 (define-coding-system-alias 'iso-2022-kr 'korean-iso-7bit-lock) |
18203
0745f30aec66
Adjusted for coding system name change.
Kenichi Handa <handa@m17n.org>
parents:
17841
diff
changeset
|
48 |
17052 | 49 (defun setup-korean-environment () |
17770
0d0e69cee17d
Make functions setup-LANGUAGE-environment
Kenichi Handa <handa@m17n.org>
parents:
17098
diff
changeset
|
50 "Setup multilingual environment (MULE) for Korean." |
0d0e69cee17d
Make functions setup-LANGUAGE-environment
Kenichi Handa <handa@m17n.org>
parents:
17098
diff
changeset
|
51 (interactive) |
0d0e69cee17d
Make functions setup-LANGUAGE-environment
Kenichi Handa <handa@m17n.org>
parents:
17098
diff
changeset
|
52 (setup-english-environment) |
18203
0745f30aec66
Adjusted for coding system name change.
Kenichi Handa <handa@m17n.org>
parents:
17841
diff
changeset
|
53 (setq coding-category-iso-8-2 'korean-iso-8bit) |
17052 | 54 |
55 (set-coding-priority | |
56 '(coding-category-iso-7 | |
57 coding-category-iso-8-2 | |
58 coding-category-iso-8-1)) | |
59 | |
18203
0745f30aec66
Adjusted for coding system name change.
Kenichi Handa <handa@m17n.org>
parents:
17841
diff
changeset
|
60 (setq-default buffer-file-coding-system 'korean-iso-8bit) |
17052 | 61 |
18789
ddf73154a296
(setup-korean-environment): Set default-input-method correctly.
Kenichi Handa <handa@m17n.org>
parents:
18551
diff
changeset
|
62 (setq default-input-method "korean-hangul")) |
17052 | 63 |
64 (set-language-info-alist | |
65 "Korean" '((setup-function . setup-korean-environment) | |
66 (tutorial . "TUTORIAL.kr") | |
67 (charset . (korean-ksc5601)) | |
18203
0745f30aec66
Adjusted for coding system name change.
Kenichi Handa <handa@m17n.org>
parents:
17841
diff
changeset
|
68 (coding-system . (korean-iso-7bit-lock korean-iso-8bit)) |
17770
0d0e69cee17d
Make functions setup-LANGUAGE-environment
Kenichi Handa <handa@m17n.org>
parents:
17098
diff
changeset
|
69 (sample-text . "Hangul ($(CGQ1[(B) $(C>H3gGO<<?d(B, $(C>H3gGO=J4O1n(B") |
17841
084d922fcd78
Coding system names changed as follows:
Kenichi Handa <handa@m17n.org>
parents:
17770
diff
changeset
|
70 (documentation . t))) |
17052 | 71 |
72 ;;; korean.el ends here |