Mercurial > hg > xemacs-beta
comparison lisp/mule/lao.el @ 3659:98af8a976fc3
[xemacs-hg @ 2006-11-05 22:31:31 by aidan]
Support specifying fonts for particular character sets in Mule; support
translation to ISO 10646-1 for Mule character sets without an otherwise
matching font; move to a vector of X11-charset-X11-registry instead of a
regex for the charset-registry property.
author | aidan |
---|---|
date | Sun, 05 Nov 2006 22:31:46 +0000 |
parents | 578cb2932d72 |
children | 949ac151a10d |
comparison
equal
deleted
inserted
replaced
3658:0db1aaedbbef | 3659:98af8a976fc3 |
---|---|
31 ;; Lao script. | 31 ;; Lao script. |
32 ;; ISO10646's 0x0E80..0x0EDF are mapped to 0x20..0x7F. | 32 ;; ISO10646's 0x0E80..0x0EDF are mapped to 0x20..0x7F. |
33 (make-charset 'lao "Lao characters (ISO10646 0E80..0EDF)" | 33 (make-charset 'lao "Lao characters (ISO10646 0E80..0EDF)" |
34 '(dimension | 34 '(dimension |
35 1 | 35 1 |
36 registry "MuleLao-1" | 36 registries ["MuleLao-1"] |
37 chars 94 | 37 chars 94 |
38 columns 1 | 38 columns 1 |
39 direction l2r | 39 direction l2r |
40 final ?1 | 40 final ?1 |
41 graphic 0 | 41 graphic 0 |