Mercurial > hg > xemacs-beta
comparison lisp/unicode.el @ 4784:a67bfb29dd8b
Dump the arabic-iso8859-6 character set, again.
2009-12-21 Aidan Kehoe <kehoea@parhasard.net>
* mule/arabic.el (arabic-iso8859-6):
Move the creation of this character set to this (dumped) file,
since it's needed for input on X11.
* mule/iso-with-esc.el:
Remove arabic-iso8859-6 and its Unicode map from this file.
* unicode.el (load-unicode-tables):
Load arabic-iso8859-6 on startup again.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 21 Dec 2009 17:48:56 +0000 |
parents | e29fcfd8df5f |
children | 980575c76541 |
comparison
equal
deleted
inserted
replaced
4783:e29fcfd8df5f | 4784:a67bfb29dd8b |
---|---|
71 ("8859-16.TXT" latin-iso8859-16 #xA0 #xFF #x-80) | 71 ("8859-16.TXT" latin-iso8859-16 #xA0 #xFF #x-80) |
72 ("8859-2.TXT" latin-iso8859-2 #xA0 #xFF #x-80) | 72 ("8859-2.TXT" latin-iso8859-2 #xA0 #xFF #x-80) |
73 ("8859-3.TXT" latin-iso8859-3 #xA0 #xFF #x-80) | 73 ("8859-3.TXT" latin-iso8859-3 #xA0 #xFF #x-80) |
74 ("8859-4.TXT" latin-iso8859-4 #xA0 #xFF #x-80) | 74 ("8859-4.TXT" latin-iso8859-4 #xA0 #xFF #x-80) |
75 ("8859-5.TXT" cyrillic-iso8859-5 #xA0 #xFF #x-80) | 75 ("8859-5.TXT" cyrillic-iso8859-5 #xA0 #xFF #x-80) |
76 ("8859-6.TXT" arabic-iso8859-6 #xA0 #xFF #x-80) | |
76 ("8859-7.TXT" greek-iso8859-7 #xA0 #xFF #x-80) | 77 ("8859-7.TXT" greek-iso8859-7 #xA0 #xFF #x-80) |
77 ("8859-8.TXT" hebrew-iso8859-8 #xA0 #xFF #x-80) | 78 ("8859-8.TXT" hebrew-iso8859-8 #xA0 #xFF #x-80) |
78 ("8859-9.TXT" latin-iso8859-9 #xA0 #xFF #x-80) | 79 ("8859-9.TXT" latin-iso8859-9 #xA0 #xFF #x-80) |
79 ;; charset for Big5 does not matter; specifying `big5' will | 80 ;; charset for Big5 does not matter; specifying `big5' will |
80 ;; automatically make the right thing happen | 81 ;; automatically make the right thing happen |