(cp850-decode-table): Replace nil
entries with codes of similary looking glyphs. (Suggested by Jason Rumney <jasonr@altavista.net>.)
This commit is contained in:
parent
a0f036f809
commit
d3fcfdea92
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue