![]() |
Conversion Control Bits |
Header: UnicodeConverter.h |
Used to define
enum { kUnicodeUseFallbacksBit = 0, kUnicodeKeepInfoBit = 1, kUnicodeDirectionalityBits = 2, kUnicodeVerticalFormBit = 4, kUnicodeLooseMappingsBit = 5, kUnicodeStringUnterminatedBit = 6, kUnicodeTextRunBit = 7, kUnicodeKeepSameEncodingBit = 8, kUnicodeForceASCIIRangeBit = 9, kUnicodeNoHalfwidthCharsBit = 10, kUnicodeTextRunHeuristicsBit = 11 };
Enables use of fallback mappings.
Sets the keep-information control flag.
Sets the vertical form control flag.
Enables use of the loose-mapping portion of a character mapping table.
Sets the string-unterminated control flag.
Sets the text-run control flag.
Sets the keep-same-encoding control flag.
Sets the force ASCII range control flag.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)