# HG changeset patch # User Reiner Steib # Date 1157633441 0 # Node ID 0b31ecee2604e395ad5aa5f026c67f69561398f2 # Parent 7434cd1c692081196c4d47feddca72a101f1b5dd * international/latexenc.el (latex-inputenc-coding-alist): Add cp858. * international/code-pages.el: Add cp858. diff -r 7434cd1c6920 -r 0b31ecee2604 lisp/ChangeLog --- a/lisp/ChangeLog Thu Sep 07 10:48:21 2006 +0000 +++ b/lisp/ChangeLog Thu Sep 07 12:50:41 2006 +0000 @@ -1,3 +1,9 @@ +2006-09-07 Reiner Steib + + * international/latexenc.el (latex-inputenc-coding-alist): Add cp858. + + * international/code-pages.el: Add cp858. + 2006-09-07 Jan Dj,Ad(Brv * dnd.el: Fix bootstrapping. diff -r 7434cd1c6920 -r 0b31ecee2604 lisp/international/code-pages.el --- a/lisp/international/code-pages.el Thu Sep 07 10:48:21 2006 +0000 +++ b/lisp/international/code-pages.el Thu Sep 07 12:50:41 2006 +0000 @@ -1273,6 +1273,138 @@ ?\■ ?\ ]) +;;;###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 diff -r 7434cd1c6920 -r 0b31ecee2604 lisp/international/latexenc.el --- a/lisp/international/latexenc.el Thu Sep 07 10:48:21 2006 +0000 +++ b/lisp/international/latexenc.el Thu Sep 07 12:50:41 2006 +0000 @@ -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)