annotate lisp/mule/cyrillic.el @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children ebe98a74bd68
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
1 ;;; cyrillic.el --- Support for languages which use Cyrillic characters
333
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
2
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
3 ;; Copyright (C) 1995,1999 Electrotechnical Laboratory, JAPAN.
333
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
4 ;; Licensed to the Free Software Foundation.
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
5 ;; Copyright (C) 1997 MORIOKA Tomohiko
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
6
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
7 ;; Keywords: multilingual, Cyrillic
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
8
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
9 ;; This file is part of XEmacs.
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
10
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
11 ;; XEmacs is free software; you can redistribute it and/or modify it
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
12 ;; under the terms of the GNU General Public License as published by
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
13 ;; the Free Software Foundation; either version 2, or (at your option)
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
14 ;; any later version.
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
15
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
16 ;; XEmacs is distributed in the hope that it will be useful, but
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
17 ;; WITHOUT ANY WARRANTY; without even the implied warranty of
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
19 ;; General Public License for more details.
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
20
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
21 ;; You should have received a copy of the GNU General Public License
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
22 ;; along with XEmacs; see the file COPYING. If not, write to the Free
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
23 ;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
24 ;; 02111-1307, USA.
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
25
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
26 ;;; Commentary:
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
27
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
28 ;; The character set ISO8859-5 is supported. KOI-8 and ALTERNATIVNYJ
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
29 ;; are converted to ISO8859-5 internally.
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
30
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
31 ;;; Code:
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
32
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
33 ;; For syntax of Cyrillic
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
34 (modify-syntax-entry 'cyrillic-iso8859-5 "w")
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
35 (modify-syntax-entry ?.LN- ".")
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
36 (modify-syntax-entry ?.LNp ".")
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
37 (modify-syntax-entry ?.LN} ".")
333
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
38
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
39 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
40 ;;; CYRILLIC
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
41 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
42
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
43 ;; (define-prefix-command 'describe-cyrillic-environment-map)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
44 ;; (define-key-after describe-language-environment-map [Cyrillic]
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
45 ;; '("Cyrillic" . describe-cyrillic-environment-map)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
46 ;; t)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
47
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
48 ;; (define-prefix-command 'setup-cyrillic-environment-map)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
49 ;; (define-key-after setup-language-environment-map [Cyrillic]
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
50 ;; '("Cyrillic" . setup-cyrillic-environment-map)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
51 ;; t)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
52
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
53
333
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
54 ;; ISO-8859-5 staff
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
55
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
56 ;; (make-coding-system
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
57 ;; 'cyrillic-iso-8bit 2 ?5
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
58 ;; "ISO 2022 based 8-bit encoding for Cyrillic script (MIME:ISO-8859-5)"
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
59 ;; '((ascii t) (cyrillic-iso8859-5 t) nil nil
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
60 ;; nil ascii-eol ascii-cntl nil nil nil nil))
333
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
61
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
62 ;; (define-coding-system-alias 'iso-8859-5 'cyrillic-iso-8bit)
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
63
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
64 (make-coding-system
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
65 'iso-8859-5 'iso2022
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
66 "MIME ISO-8859-5"
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
67 '(charset-g0 ascii
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
68 charset-g1 cyrillic-iso8859-5
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
69 charset-g2 t
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
70 charset-g3 t
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
71 mnemonic "ISO8/Cyr"
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
72 ))
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
73
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
74 (set-language-info-alist
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
75 "Cyrillic-ISO" '((setup-function . (setup-cyrillic-iso-environment
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
76 . setup-cyrillic-environment-map))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
77 (charset . (cyrillic-iso8859-5))
333
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
78 (tutorial . "TUTORIAL.ru")
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
79 (coding-system . (iso-8859-5))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
80 (sample-text . "Russian (.LN@NcNaNaNZNXNY) N7NTN`NPNRNaNbNRNcNYNbNU!")
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
81 (documentation . ("Support for Cyrillic ISO-8859-5."
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
82 . describe-cyrillic-environment-map))))
333
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
83
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
84 ;; KOI-8 staff
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
85
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
86 (eval-and-compile
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
87
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
88 (defvar cyrillic-koi8-r-decode-table
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
89 [
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
90 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
91 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
92 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
93 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
94 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
95 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
96 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
97 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
98 ?$B(!(B ?$B("(B ?$B(#(B ?$B($(B ?$B(&(B ?$B(%(B ?$B('(B ?$B()(B ?$B(((B ?$B(*(B ?$B(+(B 32 ?$(G#'(B ?$(G#+(B ?$(G#/(B 32
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
99 144 ?$(C"F(B 146 147 ?$B"#(B 149 ?$B"e(B ?$A!V(B ?$A!\(B ?$A!](B ?.AN 32 ?N0 ?N2 ?N7 ?Nw
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
100 ?$(G#D(B 32 32 ?.LNq 32 32 32 32 32 32 32 32 32 32 32 ?$(G#E(B
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
101 32 32 ?$(G#G(B ?.LN! 32 32 32 32 32 32 32 32 ?$(G#F(B 32 32 ?.AN)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
102 ?.LNn ?NP ?NQ ?Nf ?NT ?NU ?Nd ?NS ?Ne ?NX ?NY ?NZ ?N[ ?N\ ?N] ?N^
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
103 ?.LN_ ?No ?N` ?Na ?Nb ?Nc ?NV ?NR ?Nl ?Nk ?NW ?Nh ?Nm ?Ni ?Ng ?Nj
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
104 ?.LNN ?N0 ?N1 ?NF ?N4 ?N5 ?ND ?N3 ?NE ?N8 ?N9 ?N: ?N; ?N< ?N= ?N>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
105 ?.LN? ?NO ?N@ ?NA ?NB ?NC ?N6 ?N2 ?NL ?NK ?N7 ?NH ?NM ?NI ?NG ?NJ ]
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
106 "Cyrillic KOI8-R decoding table.")
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
107
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
108 (defvar cyrillic-koi8-r-encode-table
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
109 (let ((table (make-vector 256 32))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
110 (i 0))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
111 (while (< i 256)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
112 (let* ((ch (aref cyrillic-koi8-r-decode-table i))
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
113 (split (split-char-or-char-int ch)))
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
114 (cond ((eq (car split) 'cyrillic-iso8859-5)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
115 (aset table (logior (nth 1 split) 128) i)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
116 )
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
117 ((eq ch 32))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
118 ((eq (car split) 'ascii)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
119 (aset table ch i)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
120 )))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
121 (setq i (1+ i)))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
122 table)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
123 "Cyrillic KOI8-R encoding table.")
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
124
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
125 )
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
126
333
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
127 (define-ccl-program ccl-decode-koi8
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
128 `(3
333
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
129 ((read r0)
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
130 (loop
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
131 (write-read-repeat r0 ,cyrillic-koi8-r-decode-table))))
333
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
132 "CCL program to decode KOI8.")
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
133
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
134 (define-ccl-program ccl-encode-koi8
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
135 `(1
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
136 ((read r0)
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
137 (loop
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
138 (if (r0 != ,(charset-id 'cyrillic-iso8859-5))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
139 (write-read-repeat r0)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
140 ((read r0)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
141 (write-read-repeat r0 , cyrillic-koi8-r-encode-table))))))
333
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
142 "CCL program to encode KOI8.")
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
143
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
144 ;(make-coding-system
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
145 ; 'cyrillic-koi8 4
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
146 ; ;; We used to use ?K. It is true that ?K is more strictly correct,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
147 ; ;; but it is also used for Korean.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
148 ; ;; So people who use koi8 for languages other than Russian
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
149 ; ;; will have to forgive us.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
150 ; ?R "KOI8 8-bit encoding for Cyrillic (MIME: KOI8-R)"
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
151 ; (cons ccl-decode-koi8 ccl-encode-koi8))
333
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
152
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
153 ;(define-coding-system-alias 'koi8-r 'cyrillic-koi8)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
154 ;(define-coding-system-alias 'koi8 'cyrillic-koi8)
333
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
155
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
156 (make-coding-system
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
157 'koi8-r 'ccl
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
158 "Coding-system used for KOI8-R."
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
159 `(decode ,ccl-decode-koi8
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
160 encode ,ccl-encode-koi8
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
161 mnemonic "KOI8"))
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
162
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
163 ;(define-coding-system-alias 'koi8-r 'koi8)
333
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
164
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
165 ;; (define-ccl-program ccl-encode-koi8-font
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
166 ;; '(0
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
167 ;; ((r1 -= 160)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
168 ;; (r1 = r1
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
169 ;; [ 32 179 32 32 32 32 32 32 32 32 32 32 32 32 32 32
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
170 ;; 225 226 247 231 228 229 246 250 233 234 235 236 237 238 239 240
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
171 ;; 242 243 244 245 230 232 227 254 251 253 255 249 248 252 224 241
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
172 ;; 193 194 215 199 196 197 214 218 201 202 203 204 205 206 207 208
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
173 ;; 210 211 212 213 198 200 195 222 219 221 223 217 216 220 192 209
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
174 ;; 32 163 32 32 32 32 32 32 32 32 32 32 32 32 32 32])
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
175 ;; ))
333
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
176 ;; "CCL program to encode Cyrillic chars to KOI font.")
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
177
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
178 ;; (setq font-ccl-encoder-alist
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
179 ;; (cons (cons "koi8" ccl-encode-koi8-font) font-ccl-encoder-alist))
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
180
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
181 (set-language-info-alist
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
182 "Cyrillic-KOI8" '((setup-function . (setup-cyrillic-koi8-environment
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
183 . setup-cyrillic-environment-map))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
184 (charset . (cyrillic-iso8859-5))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
185 (coding-system . (koi8-r))
333
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
186 (tutorial . "TUTORIAL.ru")
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
187 (sample-text . "Russian (.LN@NcNaNaNZNXNY) N7NTN`NPNRNaNbNRNcNYNbNU!")
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
188 (documentation . ("Support for Cyrillic KOI-8."
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
189 . describe-cyrillic-environment-map))))
333
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
190
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
191 ;;; ALTERNATIVNYJ staff
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
192
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
193 (define-ccl-program ccl-decode-alternativnyj
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
194 '(3
333
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
195 ((read r0)
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
196 (loop
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
197 (write-read-repeat
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
198 r0
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
199 [ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
200 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
201 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
202 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
203 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
204 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
205 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
206 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
207 ?.LN0 ?N1 ?N2 ?N3 ?N4 ?N5 ?N6 ?N7 ?N8 ?N9 ?N: ?N; ?N< ?N= ?N> ?N?
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
208 ?.LN@ ?NA ?NB ?NC ?ND ?NE ?NF ?NG ?NH ?NI ?NJ ?NK ?NL ?NM ?NN ?NO
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
209 ?.LNP ?NQ ?NR ?NS ?NT ?NU ?NV ?NW ?NX ?NY ?NZ ?N[ ?N\ ?N] ?N^ ?N_
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
210 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
211 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
212 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
213 ?.LN` ?Na ?Nb ?Nc ?Nd ?Ne ?Nf ?Ng ?Nh ?Ni ?Nj ?Nk ?Nl ?Nm ?Nn ?No
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
214 ?.LN! ?Nq 32 32 32 32 32 32 32 32 32 32 32 32 32 ?Np]))))
333
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
215 "CCL program to decode Alternativnyj.")
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
216
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
217 (define-ccl-program ccl-encode-alternativnyj
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
218 `(1
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
219 ((read r0)
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
220 (loop
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
221 (if (r0 != ,(charset-id 'cyrillic-iso8859-5))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
222 (write-read-repeat r0)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
223 ((read r0)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
224 (r0 -= 160)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
225 (write-read-repeat
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
226 r0
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
227 [ 32 240 32 32 32 32 32 32 32 32 32 32 32 32 32 32
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
228 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
229 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
230 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
231 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
232 255 241 32 32 32 32 32 32 32 32 32 32 32 32 32 32])
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
233 )))))
333
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
234 "CCL program to encode Alternativnyj.")
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
235
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
236 ;; (make-coding-system
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
237 ;; 'alternativnyj 4
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
238 ;; ?A "Coding-system used for Alternativnyj"
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
239 ;; (cons ccl-decode-alternativnyj ccl-encode-alternativnyj))
333
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
240
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
241 (make-coding-system
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
242 'alternativnyj 'ccl
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
243 "Coding-system used for Alternativnyj"
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
244 `(decode ,ccl-decode-alternativnyj
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
245 encode ,ccl-encode-alternativnyj
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
246 mnemonic "Cy.Alt"))
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
247
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
248 ;; (define-ccl-program ccl-encode-alternativnyj-font
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
249 ;; '(0
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
250 ;; ((r1 -= 160)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
251 ;; (r1 = r1
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
252 ;; [ 32 240 32 32 32 32 32 32 32 32 32 32 32 32 32 32
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
253 ;; 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
254 ;; 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
255 ;; 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
256 ;; 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
257 ;; 255 241 32 32 32 32 32 32 32 32 32 32 32 32 32 32])
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
258 ;; ))
333
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
259 ;; "CCL program to encode Cyrillic chars to Alternativnyj font.")
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
260
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
261 ;; (setq font-ccl-encoder-alist
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
262 ;; (cons (cons "alternativnyj" ccl-encode-alternativnyj-font)
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
263 ;; font-ccl-encoder-alist))
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
264
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
265 (set-language-info-alist
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
266 "Cyrillic-ALT" '((setup-function . (setup-cyrillic-alternativnyj-environment
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
267 . setup-cyrillic-environment-map))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
268 (charset . (cyrillic-iso8859-5))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
269 (coding-system . (alternativnyj))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
270 (tutorial . "TUTORIAL.ru")
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
271 (sample-text . "Russian (.LN@NcNaNaNZNXNY) N7NTN`NPNRNaNbNRNcNYNbNU!")
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
272 (documentation . ("Support for Cyrillic ALTERNATIVNYJ."
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
273 . describe-cyrillic-environment-map))))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
274
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
275 ;;; GENERAL
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
276
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
277 (defun setup-cyrillic-environment ()
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
278 "Setup multilingual environment for Cyrillic users."
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
279 (interactive)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
280 (setq primary-language "Cyrillic")
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
281
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
282 (setq coding-category-iso-8-1 'iso-8859-5)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
283
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
284 (set-coding-priority
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
285 '(coding-category-iso-7
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
286 coding-category-iso-8-1))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
287
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
288 (setq-default buffer-file-coding-system 'iso-8859-5)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
289 (set-terminal-coding-system 'iso-8859-5)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
290 (set-keyboard-coding-system 'iso-8859-5)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
291
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
292 (setq default-input-method '("Cyrillic" . "quail-yawerty"))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
293 )
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
294
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
295 (defun describe-cyrillic-support ()
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
296 "Describe how Emacs support Cyrillic."
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
297 (interactive)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
298 (describe-language-support-internal "Cyrillic"))
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 333
diff changeset
299
333
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
300 (set-language-info-alist
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
301 "Cyrillic" '((setup-function . setup-cyrillic-environment)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
302 (describe-function . describe-cyrillic-support)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
303 (charset . (cyrillic-iso8859-5))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
304 (tutorial . "TUTORIAL.ru")
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
305 (coding-system . (iso-8859-5 koi8-r alternativnyj))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
306 (sample-text . "Russian (.LN@NcNaNaNZNXNY) N7NTN`NPNRNaNbNRNcNYNbNU!")
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
307 (documentation . nil)))
333
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
308
4f79e16b1112 Import from CVS: tag r21-0-64
cvs
parents:
diff changeset
309 ;;; cyrillic.el ends here