comparison lisp/international/code-pages.el @ 55469:df6db683f4f1

Fix last change.
author Jason Rumney <jasonr@gnu.org>
date Sun, 09 May 2004 15:39:00 +0000
parents 5fb7af7d17e8
children e131e8f2f9f2
comparison
equal deleted inserted replaced
55468:f13a7f45ce0f 55469:df6db683f4f1
4480 ?ะ ?ั ?า ?ำ ?ิ ?ี ?ึ ?ื ?ุ ?ู ?ฺ nil nil nil nil ?฿ 4480 ?ะ ?ั ?า ?ำ ?ิ ?ี ?ึ ?ื ?ุ ?ู ?ฺ nil nil nil nil ?฿
4481 ?เ ?แ ?โ ?ใ ?ไ ?ๅ ?ๆ ?็ ?่ ?้ ?๊ ?๋ ?์ ?ํ ?๎ ?๏ 4481 ?เ ?แ ?โ ?ใ ?ไ ?ๅ ?ๆ ?็ ?่ ?้ ?๊ ?๋ ?์ ?ํ ?๎ ?๏
4482 ?๐ ?๑ ?๒ ?๓ ?๔ ?๕ ?๖ ?๗ ?๘ ?๙ ?๚ ?๛ nil nil nil nil] 4482 ?๐ ?๑ ?๒ ?๓ ?๔ ?๕ ?๖ ?๗ ?๘ ?๙ ?๚ ?๛ nil nil nil nil]
4483 "ISO-8859-11. This is `thai-tis620' with the addition of no-break-space.") 4483 "ISO-8859-11. This is `thai-tis620' with the addition of no-break-space.")
4484 4484
4485 (dotimes (i 8) 4485 (dotimes (i 9)
4486 (let ((w (intern (format "windows-125%d" i))) 4486 (let ((w (intern (format "windows-125%d" i)))
4487 (c (intern (format "cp125%d" i)))) 4487 (c (intern (format "cp125%d" i))))
4488 (if (coding-system-p c) ; 1251 is in cyrillic.el 4488 ;; Define cp125* as aliases for all windows-125*, so on Windows
4489 (define-coding-system-alias c w) 4489 ;; we can just concat "cp" to the ANSI codepage we get from the system
4490 (if (coding-system-p w) 4490 ;; and not have to worry about whether it should be "cp" or "windows-".
4491 (define-coding-system-alias w c))) 4491 (define-coding-system-alias c w)
4492 ;; Compatibility with codepage.el, though cp... are not the 4492 ;; Compatibility with codepage.el, though cp... are not the
4493 ;; canonical names. 4493 ;; canonical names.
4494 (push (assoc w non-iso-charset-alist) non-iso-charset-alist))) 4494 (push (assoc w non-iso-charset-alist) non-iso-charset-alist)))
4495 4495
4496 ;; DOS/Windows codepages that correspond to coding systems already supported 4496 ;; DOS/Windows codepages that correspond to coding systems already supported