comparison lisp/international/codepage.el @ 24072:749d25833f30

(cp850-decode-table): Fix previous change.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 14 Jan 1999 11:34:18 +0000
parents e4cc744bdce5
children 8dc3b068c0db
comparison
equal deleted inserted replaced
24071:8db408246555 24072:749d25833f30
237 (defvar cp850-decode-table 237 (defvar cp850-decode-table
238 ;; Nth element is the code of a cp850 glyph for the multibyte 238 ;; Nth element is the code of a cp850 glyph for the multibyte
239 ;; character created by (make-char 'latin-iso8859-1 (+ N 160)). 239 ;; character created by (make-char 'latin-iso8859-1 (+ N 160)).
240 ;; The element nil means there's no corresponding cp850 glyph. 240 ;; The element nil means there's no corresponding cp850 glyph.
241 [ 241 [
242 255 173 189 156 207 190 221 245 249 184 166 174 170 240 169 238 242 255 173 189 156 207 190 221 245 249 184 166 174 170 240 169 nil
243 248 241 253 252 239 230 244 250 247 251 167 175 172 171 243 168 243 248 241 253 252 239 230 244 250 nil 251 167 175 172 171 243 168
244 183 181 182 199 142 143 146 128 212 144 210 211 222 214 215 216 244 183 181 182 199 142 143 146 128 212 144 210 211 222 214 215 216
245 209 165 227 224 226 229 153 158 157 235 233 234 154 237 231 225 245 209 165 227 224 226 229 153 158 157 235 233 234 154 237 231 225
246 133 160 131 198 132 134 145 135 138 130 136 137 141 161 140 139 246 133 160 131 198 132 134 145 135 138 130 136 137 141 161 140 139
247 208 164 149 162 147 228 148 246 155 151 163 150 129 236 232 152] 247 208 164 149 162 147 228 148 246 155 151 163 150 129 236 232 152]
248 "Table for converting ISO-8859-1 characters into codepage 850 glyphs.") 248 "Table for converting ISO-8859-1 characters into codepage 850 glyphs.")