aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/language/cyrillic.el
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>1997-11-08 03:08:10 +0000
committerKenichi Handa <[email protected]>1997-11-08 03:08:10 +0000
commitc6965ddb68510874119aa444a21f9b08946283d0 (patch)
tree87d91a1f55ceb66d862f8553eadc119929a66bf3 /lisp/language/cyrillic.el
parent59c1ccf28ca2a9330acefd060a85414b0f349ed5 (diff)
(ccl-encode-koi8-font): Fix bug of CCL
program. (ccl-encode-alternativnyj-font): Likewise.
Diffstat (limited to 'lisp/language/cyrillic.el')
-rw-r--r--lisp/language/cyrillic.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/language/cyrillic.el b/lisp/language/cyrillic.el
index 95a5efe5e0..cad3a53f8e 100644
--- a/lisp/language/cyrillic.el
+++ b/lisp/language/cyrillic.el
@@ -121,7 +121,7 @@
(define-ccl-program ccl-encode-koi8-font
'(0
- ((r1 -= 160)
+ ((r1 -= 32)
(r1 = r1
[ 32 179 32 32 32 32 32 32 32 32 32 32 32 32 32 32
225 226 247 231 228 229 246 250 233 234 235 236 237 238 239 240
@@ -199,7 +199,7 @@
(define-ccl-program ccl-encode-alternativnyj-font
'(0
- ((r1 -= 160)
+ ((r1 -= 32)
(r1 = r1
[ 32 240 32 32 32 32 32 32 32 32 32 32 32 32 32 32
128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143