/[emacs]/emacs/lisp/international/codepage.el
ViewVC logotype

Diff of /emacs/lisp/international/codepage.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by pj, Sun Jul 15 16:15:34 2001 UTC revision 1.23 by pj, Tue Dec 11 06:56:10 2001 UTC
# Line 492  character is generated by (make-char CHA Line 492  character is generated by (make-char CHA
492      208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223      208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223
493      224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239      224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
494      240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ]      240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ]
495    "ISO-8859-2 to Windows-1250 (Central Europe) codepage decoding table")    "ISO-8859-2 to Windows-1250 (Central Europe) codepage decoding table.")
496  (setplist 'cp1250-decode-table  (setplist 'cp1250-decode-table
497            '(charset latin-iso8859-2 language "Latin-2" offset 160))            '(charset latin-iso8859-2 language "Latin-2" offset 160))
498    
# Line 504  character is generated by (make-char CHA Line 504  character is generated by (make-char CHA
504      224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239      224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
505      240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255      240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255
506      185 184 144 131 186 190 179 191 188 154 156 158 157 167 162 159 ]      185 184 144 131 186 190 179 191 188 154 156 158 157 167 162 159 ]
507    "ISO-8859-5 to Windows-1251 (Cyrillic) codepage decoding table")    "ISO-8859-5 to Windows-1251 (Cyrillic) codepage decoding table.")
508  (setplist 'cp1251-decode-table  (setplist 'cp1251-decode-table
509            '(charset cyrillic-iso8859-5 language "Cyrillic-ISO" offset 160))            '(charset cyrillic-iso8859-5 language "Cyrillic-ISO" offset 160))
510    
# Line 519  character is generated by (make-char CHA Line 519  character is generated by (make-char CHA
519      208 209 nil 211 212 213 214 215 216 217 218 219 220 221 222 223      208 209 nil 211 212 213 214 215 216 217 218 219 220 221 222 223
520      224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239      224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
521      240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 nil ]      240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 nil ]
522    "ISO-8859-7 to Windows-1253 (Greek) codepage decoding table")    "ISO-8859-7 to Windows-1253 (Greek) codepage decoding table.")
523  (setplist 'cp1253-decode-table  (setplist 'cp1253-decode-table
524            '(charset greek-iso8859-7 language "Greek" offset 160))            '(charset greek-iso8859-7 language "Greek" offset 160))
525    
# Line 534  character is generated by (make-char CHA Line 534  character is generated by (make-char CHA
534      nil 210 212 205 nil 213 214 215 168 216 nil nil 220 nil 219 223      nil 210 212 205 nil 213 214 215 168 216 nil nil 220 nil 219 223
535      226 nil nil nil 228 229 191 225 232 233 230 nil 235 nil nil 238      226 nil nil nil 228 229 191 225 232 233 230 nil 235 nil nil 238
536      nil 242 244 237 nil 245 246 247 184 248 nil nil 252 nil 251 nil ]      nil 242 244 237 nil 245 246 247 184 248 nil nil 252 nil 251 nil ]
537    "ISO-8859-4 to Windows-1257 (Baltic) codepage decoding table")    "ISO-8859-4 to Windows-1257 (Baltic) codepage decoding table.")
538  (setplist 'cp1257-decode-table  (setplist 'cp1257-decode-table
539            '(charset latin-iso8859-4 language "Latin-4" offset 160))            '(charset latin-iso8859-4 language "Latin-4" offset 160))
540    

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26