comparison lisp/mule/mule-msw-init-late.el @ 4491:d402d7b18bd8

Revamp the Arabic support. Create greek-iso-8bit-with-esc, arabic-iso-8bit-with-esc. src/ChangeLog addition: 2008-08-05 Aidan Kehoe <kehoea@parhasard.net> * mule-charset.c (complex_vars_of_mule_charset): Remove Vcharset_arabic_iso8859_7. * lisp.h: Remove Vcharset_arabic_iso8859_7. See commentary in lisp/mule/iso-with-esc.el for motivation. lisp/ChangeLog addition: 2008-08-05 Aidan Kehoe <kehoea@parhasard.net> * mule/iso-with-esc.el (greek-iso-8bit-with-esc): (arabic-iso-8bit-with-esc): Add these two here. Move the implementation of the 'arabic-iso8859-6 character set here, with commentary on why that is reasonable. * mule/arabic.el (iso-8859-6): Add iso-8859-6, windows-1256 implementations using make-8-bit-coding-system. Remove our non-standard Mule character sets. * unicode.el (load-unicode-tables): Remove Arabic since it's no longer dumped. * mule/mule-msw-init-late.el: Remove Arabic. * mule/mule-category.el (predefined-category-list): Remove Arabic. etc/ChangeLog addition: 2008-08-05 Aidan Kehoe <kehoea@parhasard.net> * HELLO: Encode the Arabic using UTF-8 sequences, not ISO-8859-6.
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 05 Aug 2008 08:37:17 +0200
parents b4f4e0cc90f1
children 980575c76541
comparison
equal deleted inserted replaced
4488:6b0000935adc 4491:d402d7b18bd8
35 (cyrillic-iso8859-5 . "Cyrillic") 35 (cyrillic-iso8859-5 . "Cyrillic")
36 (latin-iso8859-1 . "Western") 36 (latin-iso8859-1 . "Western")
37 (greek-iso8859-7 . "Greek") 37 (greek-iso8859-7 . "Greek")
38 (latin-iso8859-9 . "Turkish") 38 (latin-iso8859-9 . "Turkish")
39 (hebrew-iso8859-8 . "Hebrew") 39 (hebrew-iso8859-8 . "Hebrew")
40 (arabic-iso8859-6 . "Arabic")
41 (latin-iso8859-4 . "Baltic") 40 (latin-iso8859-4 . "Baltic")
42 (vietnamese-viscii-lower . "Viet Nam") 41 (vietnamese-viscii-lower . "Viet Nam")
43 (vietnamese-viscii-upper . "Viet Nam") 42 (vietnamese-viscii-upper . "Viet Nam")
44 (thai-tis620 . "Thai") 43 (thai-tis620 . "Thai")
45 (latin-jisx0201 . "Japanese") 44 (latin-jisx0201 . "Japanese")