From: Kenichi Handa Date: Thu, 30 May 2002 00:32:34 +0000 (+0000) Subject: (define-charset): New args :min-code and :max-code. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~721 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b1a794612519e631fae626d75ff66f14825b29bc;p=emacs.git (define-charset): New args :min-code and :max-code. --- diff --git a/lisp/international/mule.el b/lisp/international/mule.el index fd4f470bd43..1fe12866495 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -75,6 +75,20 @@ range of each dimension in this format: where MIN-N is the minimum byte value of Nth dimension of code-point, MAX-N is the maximum byte value of that. +`:min-code' + +VALUE must be an integer specifying the mininum code point of the +charset. If omitted, it is calculated from `:code-space'. VALUE may +be a cons (HIGH . LOW), where HIGH is the most significant 16 bits of +the code point and LOW is the least significant 16 bits. + +`max-code' + +VALUE must be an integer specifying the maxinum code point of the +charset. If omitted, it is calculated from `:code-space'. VALUE may +be a cons (HIGH . LOW), where HIGH is the most significant 16 bits of +the code point and LOW is the least significant 16 bits. + `:iso-final-char' VALUE must be a character in the range 32 to 127 (inclusive) @@ -151,6 +165,8 @@ information. The file format is the same as what described for `:map' attribute." (let ((attrs (mapcar 'list '(:dimension :code-space + :min-code + :max-code :iso-final-char :iso-revision-number :emacs-mule-id