emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/codepage.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/international/codepage.el
Date: Tue, 11 Dec 2001 01:56:10 -0500

Index: emacs/lisp/international/codepage.el
diff -c emacs/lisp/international/codepage.el:1.22 
emacs/lisp/international/codepage.el:1.23
*** emacs/lisp/international/codepage.el:1.22   Sun Jul 15 12:15:34 2001
--- emacs/lisp/international/codepage.el        Tue Dec 11 01:56:10 2001
***************
*** 492,498 ****
      208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223
      224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
      240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ]
!   "ISO-8859-2 to Windows-1250 (Central Europe) codepage decoding table")
  (setplist 'cp1250-decode-table
            '(charset latin-iso8859-2 language "Latin-2" offset 160))
  
--- 492,498 ----
      208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223
      224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
      240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ]
!   "ISO-8859-2 to Windows-1250 (Central Europe) codepage decoding table.")
  (setplist 'cp1250-decode-table
            '(charset latin-iso8859-2 language "Latin-2" offset 160))
  
***************
*** 504,510 ****
      224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
      240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255
      185 184 144 131 186 190 179 191 188 154 156 158 157 167 162 159 ]
!   "ISO-8859-5 to Windows-1251 (Cyrillic) codepage decoding table")
  (setplist 'cp1251-decode-table
            '(charset cyrillic-iso8859-5 language "Cyrillic-ISO" offset 160))
  
--- 504,510 ----
      224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
      240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255
      185 184 144 131 186 190 179 191 188 154 156 158 157 167 162 159 ]
!   "ISO-8859-5 to Windows-1251 (Cyrillic) codepage decoding table.")
  (setplist 'cp1251-decode-table
            '(charset cyrillic-iso8859-5 language "Cyrillic-ISO" offset 160))
  
***************
*** 519,525 ****
      208 209 nil 211 212 213 214 215 216 217 218 219 220 221 222 223
      224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
      240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 nil ]
!   "ISO-8859-7 to Windows-1253 (Greek) codepage decoding table")
  (setplist 'cp1253-decode-table
            '(charset greek-iso8859-7 language "Greek" offset 160))
  
--- 519,525 ----
      208 209 nil 211 212 213 214 215 216 217 218 219 220 221 222 223
      224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
      240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 nil ]
!   "ISO-8859-7 to Windows-1253 (Greek) codepage decoding table.")
  (setplist 'cp1253-decode-table
            '(charset greek-iso8859-7 language "Greek" offset 160))
  
***************
*** 534,540 ****
      nil 210 212 205 nil 213 214 215 168 216 nil nil 220 nil 219 223
      226 nil nil nil 228 229 191 225 232 233 230 nil 235 nil nil 238
      nil 242 244 237 nil 245 246 247 184 248 nil nil 252 nil 251 nil ]
!   "ISO-8859-4 to Windows-1257 (Baltic) codepage decoding table")
  (setplist 'cp1257-decode-table
            '(charset latin-iso8859-4 language "Latin-4" offset 160))
  
--- 534,540 ----
      nil 210 212 205 nil 213 214 215 168 216 nil nil 220 nil 219 223
      226 nil nil nil 228 229 191 225 232 233 230 nil 235 nil nil 238
      nil 242 244 237 nil 245 246 247 184 248 nil nil 252 nil 251 nil ]
!   "ISO-8859-4 to Windows-1257 (Baltic) codepage decoding table.")
  (setplist 'cp1257-decode-table
            '(charset latin-iso8859-4 language "Latin-4" offset 160))
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]