]> git.eshelyaron.com Git - emacs.git/commitdiff
(iso-8859-6): New coding system.
authorKenichi Handa <handa@m17n.org>
Mon, 2 Oct 2006 08:05:16 +0000 (08:05 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 2 Oct 2006 08:05:16 +0000 (08:05 +0000)
lisp/language/misc-lang.el

index 70136ad681e7a4b6a69ac5277e883b0fe1a9b307..f6bca5af0c277426fab01d9e6dc61383032b8e25 100644 (file)
 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