Mercurial > hg > xemacs-beta
comparison lisp/mule/latin.el @ 4072:aa28d959af41
[xemacs-hg @ 2007-07-22 22:03:29 by aidan]
Add support for non-ISO2022 8 bit fixed-width coding-systems
author | aidan |
---|---|
date | Sun, 22 Jul 2007 22:04:14 +0000 |
parents | a4284dd2debb |
children | 751ae075e76e |
comparison
equal
deleted
inserted
replaced
4071:d607d13fca67 | 4072:aa28d959af41 |
---|---|
441 (#xDE #xFE))) ;; THORN | 441 (#xDE #xFE))) ;; THORN |
442 | 442 |
443 (make-coding-system | 443 (make-coding-system |
444 'iso-8859-15 'iso2022 | 444 'iso-8859-15 'iso2022 |
445 "ISO 4873 conforming 8-bit code (ASCII + Latin 9; aka Latin-1 with Euro)" | 445 "ISO 4873 conforming 8-bit code (ASCII + Latin 9; aka Latin-1 with Euro)" |
446 `(mnemonic "MIME/Ltn-9" ; bletch | 446 '(mnemonic "MIME/Ltn-9" ; bletch |
447 eol-type nil | 447 eol-type nil |
448 charset-g0 ascii | 448 charset-g0 ascii |
449 charset-g1 latin-iso8859-15 | 449 charset-g1 latin-iso8859-15 |
450 charset-g2 t | 450 charset-g2 t |
451 charset-g3 t)) | 451 charset-g3 t)) |