Mercurial > emacs
changeset 88750:62636e000934
(define-charset): Change the attribute
:parents to :subset or :superset.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 12 Jun 2002 00:15:39 +0000 |
parents | 143a4196fa56 |
children | 809b6bfe4dfa |
files | lisp/international/mule.el |
diffstat | 1 files changed, 14 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule.el Wed Jun 12 00:15:03 2002 +0000 +++ b/lisp/international/mule.el Wed Jun 12 00:15:39 2002 +0000 @@ -144,13 +144,22 @@ hexadecimal representation of CHAR-n. A line starting with `#' is a comment line. -`:parents' +`:subset' + +VALUE must be a list: + ( PARENT MIN-CODE MAX-CODE OFFSET ) +PARENT is a parent charset. MIN-CODE and MAX-CODE specify the range +of characters inherited from the parent. OFFSET is an integer value +to add to a code point of the parent charset to get the corresponding +code point of this charset. + +`:superset' VALUE must be a list of parent charsets. The charset inherits characters from them. Each element of the list may be a cons (PARENT . OFFSET), where PARENT is a parent charset, and OFFSET is an offset -value to add to a code point of this charset to get the corresponding -code point of PARENT. +value to add to a code point of PARENT to get the corresponding code +point of this charset. `:unify-map' @@ -175,7 +184,8 @@ :invalid-code :code-offset :map - :parents + :subset + :superset :unify-map :plist))))