comparison lisp/mule/mule-category.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 949ac151a10d
children 980575c76541
comparison
equal deleted inserted replaced
4488:6b0000935adc 4491:d402d7b18bd8
242 (latin-iso8859-2 ?l) 242 (latin-iso8859-2 ?l)
243 (latin-iso8859-3 ?l) 243 (latin-iso8859-3 ?l)
244 (latin-iso8859-4 ?l) 244 (latin-iso8859-4 ?l)
245 (latin-iso8859-9 ?l) 245 (latin-iso8859-9 ?l)
246 (cyrillic-iso8859-5 ?y "Cyrillic character set") 246 (cyrillic-iso8859-5 ?y "Cyrillic character set")
247 (arabic-iso8859-6 ?b "Arabic character set")
248 (greek-iso8859-7 ?g "Greek character set") 247 (greek-iso8859-7 ?g "Greek character set")
249 (hebrew-iso8859-8 ?w "Hebrew character set") 248 (hebrew-iso8859-8 ?w "Hebrew character set")
250 (katakana-jisx0201 ?k "Japanese 1-byte Katakana character set") 249 (katakana-jisx0201 ?k "Japanese 1-byte Katakana character set")
251 (latin-jisx0201 ?r "Japanese 1-byte Roman character set") 250 (latin-jisx0201 ?r "Japanese 1-byte Roman character set")
252 (japanese-jisx0208-1978 ?j "Japanese 2-byte character set (old)") 251 (japanese-jisx0208-1978 ?j "Japanese 2-byte character set (old)")