From: Dave Love Date: Fri, 17 May 2002 20:14:36 +0000 (+0000) Subject: (windows-1258, cp1258): New coding X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~834 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a4584db26e898f6a0ab08a873ef78c829babf72b;p=emacs.git (windows-1258, cp1258): New coding systems. (font-ccl-encoder-alist): Remove viscii, vscii. --- diff --git a/lisp/language/vietnamese.el b/lisp/language/vietnamese.el index 808596c34cb..e6219347f06 100644 --- a/lisp/language/vietnamese.el +++ b/lisp/language/vietnamese.el @@ -2,8 +2,9 @@ ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. +;; Copyright (C) 2002 Free Software Foundation, Inc. -;; Keywords: multilingual, Vietnamese +;; Keywords: multilingual, Vietnamese, i18n ;; This file is part of GNU Emacs. @@ -55,12 +56,6 @@ (define-coding-system-alias 'viqr 'vietnamese-viqr) -(setq font-ccl-encoder-alist - (cons '("viscii" . ccl-encode-viscii-font) font-ccl-encoder-alist)) - -(setq font-ccl-encoder-alist - (cons '("vscii" . ccl-encode-vscii-font) font-ccl-encoder-alist)) - (set-language-info-alist "Vietnamese" `((charset viscii) (coding-system vietnamese-viscii vietnamese-vscii @@ -78,6 +73,14 @@ Current setting put higher priority to the coding system VISCII than VSCII. If you prefer VSCII, please do: (prefer-coding-system 'vietnamese-vscii)") )) +(define-coding-system 'windows-1258 + "windows-1258 encoding for Vietnamese (MIME: WINDOWS-1258)" + :coding-type 'charset + :mnemonic ?* + :charset-list '(windows-1258) + :mime-charset 'windows-1258) +(define-coding-system-alias 'cp1258 'windows-1258) + (provide 'vietnamese) ;;; vietnamese.el ends here