changeset 90607:23b035bbd7be

(iso-8859-6): New coding system.
author Kenichi Handa <handa@m17n.org>
date Mon, 02 Oct 2006 08:05:16 +0000
parents 95b28f12e4a8
children 1bc627bac080
files lisp/language/misc-lang.el
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/language/misc-lang.el	Mon Sep 25 04:46:45 2006 +0000
+++ b/lisp/language/misc-lang.el	Mon Oct 02 08:05:16 2006 +0000
@@ -42,6 +42,16 @@
 IPA is International Phonetic Alphabet for English, French, German
 and Italian.")))
 
+;; This is for Arabic.  But, as we still don't have Arabic language
+;; support, we at least define a coding system here.
+
+(define-coding-system 'iso-8859-6
+  "ISO-8859-6 based encoding (MIME:ISO-8859-6)."
+  :coding-type 'charset
+  :mnemonic ?6
+  :charset-list '(iso-8859-6)
+  :mime-charset 'iso-8859-6)
+
 (provide 'misc-lang)
 
 ;;; arch-tag: 6953585c-1a1a-4c09-be82-a2518afb6074