From d3fcfdea92c23d3a20ed7020cdd6f310bb74fb03 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 13 Jan 1999 14:30:34 +0000 Subject: [PATCH] (cp850-decode-table): Replace nil entries with codes of similary looking glyphs. (Suggested by Jason Rumney .) --- lisp/international/codepage.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/international/codepage.el b/lisp/international/codepage.el index 026aa6c2ea1..319681e15a2 100644 --- a/lisp/international/codepage.el +++ b/lisp/international/codepage.el @@ -221,7 +221,7 @@ character is generated by (make-char CHARSET OFFSET)." (defvar cp437-decode-table ;; Nth element is the code of a cp437 glyph for the multibyte ;; character created by (make-char 'latin-iso8859-1 (+ N 160)). - ;; The element nil means there's no corresponding cp850 glyph. + ;; The element nil means there's no corresponding cp437 glyph. [ 255 173 155 156 nil 157 179 nil nil nil 166 174 170 196 nil nil 248 241 253 nil nil nil nil 249 nil nil 167 175 172 171 nil 168 @@ -239,8 +239,8 @@ character is generated by (make-char CHARSET OFFSET)." ;; character created by (make-char 'latin-iso8859-1 (+ N 160)). ;; The element nil means there's no corresponding cp850 glyph. [ - 255 173 189 156 207 190 221 245 249 184 166 174 170 240 169 nil - 248 241 253 252 239 nil 244 nil nil 251 167 175 172 171 243 168 + 255 173 189 156 207 190 221 245 249 184 166 174 170 240 169 238 + 248 241 253 252 239 230 244 250 247 251 167 175 172 171 243 168 183 181 182 199 142 143 146 128 212 144 210 211 222 214 215 216 209 165 227 224 226 229 153 158 157 235 233 234 154 237 231 225 133 160 131 198 132 134 145 135 138 130 136 137 141 161 140 139 -- 2.39.2