]> git.eshelyaron.com Git - emacs.git/commitdiff
(cp850-decode-table): Replace nil
authorEli Zaretskii <eliz@gnu.org>
Wed, 13 Jan 1999 14:30:34 +0000 (14:30 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 13 Jan 1999 14:30:34 +0000 (14:30 +0000)
entries with codes of similary looking glyphs.  (Suggested by
Jason Rumney <jasonr@altavista.net>.)

lisp/international/codepage.el

index 026aa6c2ea1cc1a12d8e0605383ba76e9605c879..319681e15a27ec91b5369f02ef7d077cc37277a2 100644 (file)
@@ -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