* international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
* international/code-pages.el: Add cp858.
This commit is contained in:
parent
d7695a6342
commit
656065bd28
3 changed files with 139 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
|
||||
|
||||
* international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
|
||||
|
||||
* international/code-pages.el: Add cp858.
|
||||
|
||||
2006-09-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
||||
|
||||
* dnd.el: Fix bootstrapping.
|
||||
|
|
|
@ -1273,6 +1273,138 @@ Return an updated `non-iso-charset-alist'."
|
|||
?\■
|
||||
?\ ])
|
||||
|
||||
;;;###autoload(autoload-coding-system 'cp858 '(require 'code-pages))
|
||||
(cp-make-coding-system
|
||||
cp858
|
||||
[?\Ç
|
||||
?\ü
|
||||
?\é
|
||||
?\â
|
||||
?\ä
|
||||
?\à
|
||||
?\å
|
||||
?\ç
|
||||
?\ê
|
||||
?\ë
|
||||
?\è
|
||||
?\ï
|
||||
?\î
|
||||
?\ì
|
||||
?\Ä
|
||||
?\Å
|
||||
?\É
|
||||
?\æ
|
||||
?\Æ
|
||||
?\ô
|
||||
?\ö
|
||||
?\ò
|
||||
?\û
|
||||
?\ù
|
||||
?\ÿ
|
||||
?\Ö
|
||||
?\Ü
|
||||
?\ø
|
||||
?\£
|
||||
?\Ø
|
||||
?\×
|
||||
?\ƒ
|
||||
?\á
|
||||
?\í
|
||||
?\ó
|
||||
?\ú
|
||||
?\ñ
|
||||
?\Ñ
|
||||
?\ª
|
||||
?\º
|
||||
?\¿
|
||||
?\®
|
||||
?\¬
|
||||
?\½
|
||||
?\¼
|
||||
?\¡
|
||||
?\«
|
||||
?\»
|
||||
?\░
|
||||
?\▒
|
||||
?\▓
|
||||
?\│
|
||||
?\┤
|
||||
?\Á
|
||||
?\Â
|
||||
?\À
|
||||
?\©
|
||||
?\╣
|
||||
?\║
|
||||
?\╗
|
||||
?\╝
|
||||
?\¢
|
||||
?\¥
|
||||
?\┐
|
||||
?\└
|
||||
?\┴
|
||||
?\┬
|
||||
?\├
|
||||
?\─
|
||||
?\┼
|
||||
?\ã
|
||||
?\Ã
|
||||
?\╚
|
||||
?\╔
|
||||
?\╩
|
||||
?\╦
|
||||
?\╠
|
||||
?\═
|
||||
?\╬
|
||||
?\¤
|
||||
?\ð
|
||||
?\Ð
|
||||
?\Ê
|
||||
?\Ë
|
||||
?\È
|
||||
?\€
|
||||
?\Í
|
||||
?\Î
|
||||
?\Ï
|
||||
?\┘
|
||||
?\┌
|
||||
?\█
|
||||
?\▄
|
||||
?\¦
|
||||
?\Ì
|
||||
?\▀
|
||||
?\Ó
|
||||
?\ß
|
||||
?\Ô
|
||||
?\Ò
|
||||
?\õ
|
||||
?\Õ
|
||||
?\µ
|
||||
?\þ
|
||||
?\Þ
|
||||
?\Ú
|
||||
?\Û
|
||||
?\Ù
|
||||
?\ý
|
||||
?\Ý
|
||||
?\¯
|
||||
?\´
|
||||
?\
|
||||
?\±
|
||||
?\‗
|
||||
?\¾
|
||||
?\¶
|
||||
?\§
|
||||
?\÷
|
||||
?\¸
|
||||
?\°
|
||||
?\¨
|
||||
?\·
|
||||
?\¹
|
||||
?\³
|
||||
?\²
|
||||
?\■
|
||||
?\ ])
|
||||
|
||||
;;;###autoload(autoload-coding-system 'cp860 '(require 'code-pages))
|
||||
(cp-make-coding-system
|
||||
cp860
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
("cp437" . cp437) ; IBM code page 437: 225 is \beta
|
||||
("cp850" . cp850) ; IBM code page 850
|
||||
("cp852" . cp852) ; IBM code page 852
|
||||
;; ("cp858" . undecided) ; IBM code page 850 but with a euro symbol
|
||||
("cp858" . cp858) ; IBM code page 850 but with a euro symbol
|
||||
("cp865" . cp865) ; IBM code page 865
|
||||
;; The DECMultinational charaterset used by the OpenVMS system
|
||||
;; ("decmulti" . undecided)
|
||||
|
|
Loading…
Add table
Reference in a new issue