From: Reiner Steib Date: Thu, 7 Sep 2006 12:50:41 +0000 (+0000) Subject: * international/latexenc.el (latex-inputenc-coding-alist): Add cp858. X-Git-Tag: emacs-pretest-22.0.90~721 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=656065bd28aae05a90cb997d98fd31347459757e;p=emacs.git * international/latexenc.el (latex-inputenc-coding-alist): Add cp858. * international/code-pages.el: Add cp858. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7cd30f5be2e..a655a8a5235 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/international/code-pages.el b/lisp/international/code-pages.el index 13181268b36..8ff509a70b7 100644 --- a/lisp/international/code-pages.el +++ b/lisp/international/code-pages.el @@ -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 diff --git a/lisp/international/latexenc.el b/lisp/international/latexenc.el index 58e8d6c88e8..4f9b4f740d5 100644 --- a/lisp/international/latexenc.el +++ b/lisp/international/latexenc.el @@ -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)