changeset 24064:e4cc744bdce5

(cp850-decode-table): Replace nil entries with codes of similary looking glyphs. (Suggested by Jason Rumney <jasonr@altavista.net>.)
author Eli Zaretskii <eliz@gnu.org>
date Wed, 13 Jan 1999 14:30:34 +0000
parents 2dde27ae5540
children 7e291dea6141
files lisp/international/codepage.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/codepage.el	Wed Jan 13 12:55:54 1999 +0000
+++ b/lisp/international/codepage.el	Wed Jan 13 14:30:34 1999 +0000
@@ -221,7 +221,7 @@
 (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 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