comparison lisp/mule/mule-win32-init.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 15dd5229cea5
children a63e666bb68a 308d34e9f07d
comparison
equal deleted inserted replaced
4488:6b0000935adc 4491:d402d7b18bd8
160 ; ("ANSI" 1252 no-conversion "Windows 3.1 US (ANSI)") 160 ; ("ANSI" 1252 no-conversion "Windows 3.1 US (ANSI)")
161 161
162 ; ("ANSI" 1253 no-conversion "Windows 3.1 Greek") 162 ; ("ANSI" 1253 no-conversion "Windows 3.1 Greek")
163 ("ANSI" 1254 no-conversion "Windows 3.1 Turkish") 163 ("ANSI" 1254 no-conversion "Windows 3.1 Turkish")
164 ("ANSI" 1255 no-conversion "Hebrew") 164 ("ANSI" 1255 no-conversion "Hebrew")
165 ("ANSI" 1256 no-conversion "Arabic") 165 ;; We implement these ourselves.
166 ; ("ANSI" 1256 no-conversion "Arabic")
166 ("ANSI" 1257 no-conversion "Baltic") 167 ("ANSI" 1257 no-conversion "Baltic")
167 ("ANSI" 1258 no-conversion "VietNam") 168 ("ANSI" 1258 no-conversion "VietNam")
168 ;; #### Is this category right? I don't have Lunde to hand, and the 169 ;; #### Is this category right? I don't have Lunde to hand, and the
169 ;; online information on Johab is scant. 170 ;; online information on Johab is scant.
170 ("Ansi/OEM" 1361 iso_8_2 "Korean (Johab)") 171 ("Ansi/OEM" 1361 iso_8_2 "Korean (Johab)")