/[emacs]/emacs/lisp/international/mule.el
ViewVC logotype

Diff of /emacs/lisp/international/mule.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.141.2.1 by handa, Fri Mar 1 02:22:38 2002 UTC revision 1.141.2.2 by handa, Tue Mar 5 01:03:34 2002 UTC
# Line 124  where CODE-n is a code-point of the char Line 124  where CODE-n is a code-point of the char
124  corresponding charcter code.  corresponding charcter code.
125    
126  If it is a string, it is a name of file that contains the above  If it is a string, it is a name of file that contains the above
127  information.  information.   Each line of the file must be this format:
128            0xXXX 0xYYY
129    where XXX is a hexadecimal representation of CODE-n and YYY is a
130    hexadecimal representation of CHAR-n.  A line starting with `#' is a
131    comment line.
132    
133  `:parents'  `:parents'
134    
# Line 140  VALUE must be vector or string. Line 144  VALUE must be vector or string.
144    
145  If it is a vector, the format is [ CODE-1 CHAR-1 CODE-2 CHAR-2 ... ],  If it is a vector, the format is [ CODE-1 CHAR-1 CODE-2 CHAR-2 ... ],
146  where CODE-n is a code-point of the charset, and CHAR-n is the  where CODE-n is a code-point of the charset, and CHAR-n is the
147  corresponding unified charcter code.  corresponding Unicode charcter code.
148    
149  If it is a string, it is a name of file that contains the above  If it is a string, it is a name of file that contains the above
150  information."  information.  The file format is the same as what described for `:map'
151    attribute."
152    (let ((attrs (mapcar 'list '(:dimension    (let ((attrs (mapcar 'list '(:dimension
153                                 :code-space                                 :code-space
154                                 :iso-final-char                                 :iso-final-char

Legend:
Removed from v.1.141.2.1  
changed lines
  Added in v.1.141.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26