summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2002-11-16 09:27:13 +0000
committerEli Zaretskii <eliz@gnu.org>2002-11-16 09:27:13 +0000
commit4a4bb66c9ebfcec1398c8be0f69dbc3287b2df04 (patch)
tree235dee2d7204e6866c3f7c2182b6ab7180f4ad8b
parent7c2d995d7cfaef13fa2e7141aec11e949a531c89 (diff)
downloademacs-4a4bb66c9ebfcec1398c8be0f69dbc3287b2df04.tar.gz
(cp866-decode-table): Fix the translation table.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/international/codepage.el4
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 01748efcf4e..c871ee9b586 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-16 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
+
+ * international/codepage.el (cp866-decode-table): Fix the
+ translation table.
+
2002-11-14 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
* progmodes/etags.el (find-tag-default): Copy text at point without
diff --git a/lisp/international/codepage.el b/lisp/international/codepage.el
index 112edc12b23..0a0a00f8eb8 100644
--- a/lisp/international/codepage.el
+++ b/lisp/international/codepage.el
@@ -37,7 +37,7 @@
;; terminal display and input methods.
;;
;; Thanks to Ken'ichi Handa <handa@etl.go.jp> for writing the CCL
-;; encoders/decoders, and for help in debugging this code.
+;; encoders/decoders, and for help in debugging this code.
;;; Code:
@@ -384,7 +384,7 @@ character is generated by (make-char CHARSET OFFSET)."
128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175
- 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238
+ 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
252 241 nil nil 243 nil nil 245 nil nil nil nil nil nil 247 nil]
"Table for converting ISO-8859-5 characters into codepage 866 glyphs.")
(setplist 'cp866-decode-table