Mercurial > emacs
changeset 88619:3157a3f9d92d
(cp862, ibm862): New coding systems.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 23 May 2002 18:20:50 +0000 |
parents | bc872894c0a7 |
children | 04b31cd7acc5 |
files | lisp/language/hebrew.el |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/hebrew.el Thu May 23 18:20:37 2002 +0000 +++ b/lisp/language/hebrew.el Thu May 23 18:20:50 2002 +0000 @@ -72,6 +72,14 @@ :mime-charset 'windows-1255) (define-coding-system-alias 'cp1255 'windows-1255) +(define-coding-system 'cp862 + "DOS codepage 862 (Portuguese)" + :coding-type 'charset + :mnemonic ?D + :charset-list '(cp862) + :mime-charset 'cp862) +(define-coding-system-alias 'ibm862 'cp862) + (provide 'hebrew) ;;; hebrew.el ends here