Carbon


Filter Control Bits

Header: UnicodeConverter.h

Used to define “Filter Control Masks”.

enum {
    kUnicodeMatchUnicodeBaseBit = 0,
    kUnicodeMatchUnicodeVariantBit = 1,
    kUnicodeMatchUnicodeFormatBit = 2,
    kUnicodeMatchOtherBaseBit = 3,
    kUnicodeMatchOtherVariantBit = 4,
    kUnicodeMatchOtherFormatBit = 5
};

Constant descriptions

kUnicodeMatchUnicodeBaseBit

Excludes mappings that do not match the text encoding base of the unicodeEncoding field of the structure UnicodeMapping.

kUnicodeMatchUnicodeVariantBit

Excludes mappings that do not match the text encoding variant of the unicodeEncoding field of the specified Unicode mapping structure.

kUnicodeMatchUnicodeFormatBit

Excludes mappings that do not match the text encoding format of the unicodeEncoding field of the specified Unicode mapping structure.

kUnicodeMatchOtherBaseBit

Excludes mappings that do not match the text encoding base of the otherEncoding field of the structure UnicodeMapping.

kUnicodeMatchOtherVariantBit

Excludes mappings that do not match the text encoding variant of the otherEncoding field of the specified Unicode mapping structure.

kUnicodeMatchOtherFormatBit

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)