/[emacs]/emacs/src/charset.h
ViewVC logotype

Diff of /emacs/src/charset.h

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

revision 1.65.2.6 by handa, Wed Jun 12 00:13:36 2002 UTC revision 1.65.2.7 by fx, Sat Jul 6 16:47:15 2002 UTC
# Line 103  enum charset_attr_index Line 103  enum charset_attr_index
103        get the corresponding code point of this charset.  */        get the corresponding code point of this charset.  */
104      charset_superset,      charset_superset,
105    
106      /* The value is a mapping vector or a file name that contains      /* The value is a mapping vector or a file name that contains the
107         mapping vector.  This provide how characters in the charset         mapping.  This defines how characters in the charset should be
108         should be unified with Unicode.  The value of the member         unified with Unicode.  The value of the member
109         `charset_deunifier' is created from this information.  */         `charset_deunifier' is created from this information.  */
110      charset_unify_map,      charset_unify_map,
111    
# Line 114  enum charset_attr_index Line 114  enum charset_attr_index
114         the corresponding Unicode character.  */         the corresponding Unicode character.  */
115      charset_deunifier,      charset_deunifier,
116    
117      /* The length of charset attribute vector.  */      /* The length of the charset attribute vector.  */
118      charset_attr_max      charset_attr_max
119    };    };
120    
# Line 137  enum charset_method Line 137  enum charset_method
137         CHARSET_METHOD_MAP.  */         CHARSET_METHOD_MAP.  */
138      CHARSET_METHOD_MAP_DEFERRED,      CHARSET_METHOD_MAP_DEFERRED,
139    
140      /* A charset of this method is a subset of the other charset.  */      /* A charset of this method is a subset of another charset.  */
141      CHARSET_METHOD_SUBSET,      CHARSET_METHOD_SUBSET,
142    
143      /* A charset of this method is a superset of the other charsets.  */      /* A charset of this method is a superset of other charsets.  */
144      CHARSET_METHOD_SUPERSET      CHARSET_METHOD_SUPERSET
145    };    };
146    
# Line 226  struct charset Line 226  struct charset
226       (0x10000..0x3FFFFF).  Each bit corresponds to 4096-character       (0x10000..0x3FFFFF).  Each bit corresponds to 4096-character
227       block.       block.
228    
229       If a bit is 1, at least one character in the corresponds block is       If a bit is 1, at least one character in the corresponding block is
230       in this charset.  */       in this charset.  */
231    unsigned char fast_map[190];    unsigned char fast_map[190];
232    

Legend:
Removed from v.1.65.2.6  
changed lines
  Added in v.1.65.2.7

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