![]() |
Filter Control Bits |
Header: UnicodeConverter.h |
Used to define
enum { kUnicodeMatchUnicodeBaseBit = 0, kUnicodeMatchUnicodeVariantBit = 1, kUnicodeMatchUnicodeFormatBit = 2, kUnicodeMatchOtherBaseBit = 3, kUnicodeMatchOtherVariantBit = 4, kUnicodeMatchOtherFormatBit = 5 };
Excludes mappings that do not match the text encoding base of the unicodeEncoding field of the structure
Excludes mappings that do not match the text encoding variant of the unicodeEncoding field of the specified Unicode mapping structure.
Excludes mappings that do not match the text encoding format of the unicodeEncoding field of the specified Unicode mapping structure.
Excludes mappings that do not match the text encoding base of the otherEncoding field of the structure
Excludes mappings that do not match the text encoding variant of the otherEncoding field of the specified Unicode mapping structure.
Excludes mappings that do not match the text encoding format of the otherEncoding field of the specified Unicode mapping structure.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)