Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-95
[bpt/emacs.git] / lisp / language / vietnamese.el
index a5360d7..8b5c57a 100644 (file)
@@ -1,8 +1,9 @@
 ;;; vietnamese.el --- support for Vietnamese -*- coding: iso-2022-7bit; -*-
 
-;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
-;;   Licensed to the Free Software Foundation.
-;; Copyright (C) 2002 Free Software Foundation, Inc.
+;; Copyright (C) 1998, 2002  Free Software Foundation, Inc.
+;; Copyright (C) 1995, 1997, 1998, 2000
+;;   National Institute of Advanced Industrial Science and Technology (AIST)
+;;   Registration Number H14PRO021
 ;; Copyright (C) 2003
 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
 ;;   Registration Number H13PRO009
@@ -23,8 +24,8 @@
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
 ;;; Commentary:
 
@@ -38,7 +39,8 @@
   :coding-type 'charset
   :mnemonic ?V
   :charset-list '(viscii)
-  :mime-charset 'viscii)
+  :mime-charset 'viscii
+  :suitable-for-file-name t)
 
 (define-coding-system-alias 'viscii 'vietnamese-viscii)
 
@@ -46,7 +48,8 @@
   "8-bit encoding for Vietnamese VSCII-1."
   :coding-type 'charset
   :mnemonic ?v
-  :charset-list '(vscii))
+  :charset-list '(vscii)
+  :suitable-for-file-name t)
 
 (define-coding-system-alias 'vscii 'vietnamese-vscii)
 
@@ -100,8 +103,10 @@ Telex, VIQR is the default setting.")))
   "8-bit encoding for Vietnamese TCVN-5712"
   :coding-type 'charset
   :mnemonic ?t
-  :charset-list '(tcvn-5712))
+  :charset-list '(tcvn-5712)
+  :suitable-for-file-name t)
 (define-coding-system-alias 'tcvn 'vietnamese-tcvn)
+(define-coding-system-alias 'tcvn-5712 'vietnamese-tcvn)
 
 (provide 'vietnamese)