# HG changeset patch # User Dave Love # Date 1025974035 0 # Node ID 0a02d452fece3e4d6863539288aa18807f7dba5c # Parent 7f6de538d995fb2482627d33b572a7525e6592e4 Comments. diff -r 7f6de538d995 -r 0a02d452fece src/charset.h --- a/src/charset.h Fri Jul 05 22:18:13 2002 +0000 +++ b/src/charset.h Sat Jul 06 16:47:15 2002 +0000 @@ -103,9 +103,9 @@ get the corresponding code point of this charset. */ charset_superset, - /* The value is a mapping vector or a file name that contains - mapping vector. This provide how characters in the charset - should be unified with Unicode. The value of the member + /* The value is a mapping vector or a file name that contains the + mapping. This defines how characters in the charset should be + unified with Unicode. The value of the member `charset_deunifier' is created from this information. */ charset_unify_map, @@ -114,7 +114,7 @@ the corresponding Unicode character. */ charset_deunifier, - /* The length of charset attribute vector. */ + /* The length of the charset attribute vector. */ charset_attr_max }; @@ -137,10 +137,10 @@ CHARSET_METHOD_MAP. */ CHARSET_METHOD_MAP_DEFERRED, - /* A charset of this method is a subset of the other charset. */ + /* A charset of this method is a subset of another charset. */ CHARSET_METHOD_SUBSET, - /* A charset of this method is a superset of the other charsets. */ + /* A charset of this method is a superset of other charsets. */ CHARSET_METHOD_SUPERSET }; @@ -226,7 +226,7 @@ (0x10000..0x3FFFFF). Each bit corresponds to 4096-character block. - 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 in this charset. */ unsigned char fast_map[190];