TextCommon.h
上传用户:xjjlds
上传日期:2015-12-05
资源大小:22823k
文件大小:37k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. /*
  2.      File:       TextCommon.h
  3.  
  4.      Contains:   TextEncoding-related types and constants, and prototypes for related functions
  5.  
  6.      Version:    Technology: Mac OS 9.0
  7.                  Release:    QuickTime 6.0.2
  8.  
  9.      Copyright:  (c) 1995-2001 by Apple Computer, Inc., all rights reserved.
  10.  
  11.      Bugs?:      For bug reports, consult the following page on
  12.                  the World Wide Web:
  13.  
  14.                      http://developer.apple.com/bugreporter/
  15.  
  16. */
  17. #ifndef __TEXTCOMMON__
  18. #define __TEXTCOMMON__
  19. #ifndef __MACTYPES__
  20. #include "MacTypes.h"
  21. #endif
  22. #if PRAGMA_ONCE
  23. #pragma once
  24. #endif
  25. #ifdef __cplusplus
  26. extern "C" {
  27. #endif
  28. #if PRAGMA_IMPORT
  29. #pragma import on
  30. #endif
  31. #if PRAGMA_STRUCT_ALIGN
  32.     #pragma options align=mac68k
  33. #elif PRAGMA_STRUCT_PACKPUSH
  34.     #pragma pack(push, 2)
  35. #elif PRAGMA_STRUCT_PACK
  36.     #pragma pack(2)
  37. #endif
  38. /* TextEncodingBase type & values */
  39. /* (values 0-32 correspond to the Script Codes defined in Inside Macintosh: Text pages 6-52 and 6-53 */
  40. typedef UInt32                          TextEncodingBase;
  41. enum {
  42.                                                                 /* Mac OS encodings*/
  43.     kTextEncodingMacRoman       = 0L,
  44.     kTextEncodingMacJapanese    = 1,
  45.     kTextEncodingMacChineseTrad = 2,
  46.     kTextEncodingMacKorean      = 3,
  47.     kTextEncodingMacArabic      = 4,
  48.     kTextEncodingMacHebrew      = 5,
  49.     kTextEncodingMacGreek       = 6,
  50.     kTextEncodingMacCyrillic    = 7,
  51.     kTextEncodingMacDevanagari  = 9,
  52.     kTextEncodingMacGurmukhi    = 10,
  53.     kTextEncodingMacGujarati    = 11,
  54.     kTextEncodingMacOriya       = 12,
  55.     kTextEncodingMacBengali     = 13,
  56.     kTextEncodingMacTamil       = 14,
  57.     kTextEncodingMacTelugu      = 15,
  58.     kTextEncodingMacKannada     = 16,
  59.     kTextEncodingMacMalayalam   = 17,
  60.     kTextEncodingMacSinhalese   = 18,
  61.     kTextEncodingMacBurmese     = 19,
  62.     kTextEncodingMacKhmer       = 20,
  63.     kTextEncodingMacThai        = 21,
  64.     kTextEncodingMacLaotian     = 22,
  65.     kTextEncodingMacGeorgian    = 23,
  66.     kTextEncodingMacArmenian    = 24,
  67.     kTextEncodingMacChineseSimp = 25,
  68.     kTextEncodingMacTibetan     = 26,
  69.     kTextEncodingMacMongolian   = 27,
  70.     kTextEncodingMacEthiopic    = 28,
  71.     kTextEncodingMacCentralEurRoman = 29,
  72.     kTextEncodingMacVietnamese  = 30,
  73.     kTextEncodingMacExtArabic   = 31,                           /* The following use script code 0, smRoman*/
  74.     kTextEncodingMacSymbol      = 33,
  75.     kTextEncodingMacDingbats    = 34,
  76.     kTextEncodingMacTurkish     = 35,
  77.     kTextEncodingMacCroatian    = 36,
  78.     kTextEncodingMacIcelandic   = 37,
  79.     kTextEncodingMacRomanian    = 38,
  80.     kTextEncodingMacCeltic      = 39,
  81.     kTextEncodingMacGaelic      = 40,                           /* Beginning in Mac OS 8.5, the following meta-value is used to indicate Unicode in some parts*/
  82.                                                                 /* of the Mac OS which previously only expected a Mac OS script code. In some of these places,*/
  83.                                                                 /* only 7 bits are available to indicate encoding (script code), so kTextEncodingUnicodeDefault*/
  84.                                                                 /* cannot be used. For example, kTextEncodingMacUnicode can be used to indicate Unicode in the*/
  85.                                                                 /* 7-bit script code field of a Unicode input method's ComponentDescription.componentFlags field;*/
  86.                                                                 /* it can also be used to indicate Unicode in the 16-bit script code field of an AppleEvent's*/
  87.                                                                 /* typeIntlWritingCode text tag.*/
  88.     kTextEncodingMacUnicode     = 0x7E,                         /* Meta-value, Unicode as a Mac encoding*/
  89.                                                                 /* The following use script code 4, smArabic*/
  90.     kTextEncodingMacFarsi       = 0x8C,                         /* Like MacArabic but uses Farsi digits*/
  91.                                                                 /* The following use script code 7, smCyrillic*/
  92.     kTextEncodingMacUkrainian   = 0x98,                         /* Meta-value in TEC 1.5 & later; maps to kTextEncodingMacCyrillic variant    */
  93.                                                                 /* The following use script code 28, smEthiopic*/
  94.     kTextEncodingMacInuit       = 0xEC,                         /* The following use script code 32, smUnimplemented*/
  95.     kTextEncodingMacVT100       = 0xFC,                         /* VT100/102 font from Comm Toolbox: Latin-1 repertoire + box drawing etc*/
  96.                                                                 /* Special Mac OS encodings*/
  97.     kTextEncodingMacHFS         = 0xFF,                         /* Meta-value, should never appear in a table.*/
  98.                                                                 /* Unicode & ISO UCS encodings begin at 0x100*/
  99.     kTextEncodingUnicodeDefault = 0x0100,                       /* Meta-value, should never appear in a table.*/
  100.     kTextEncodingUnicodeV1_1    = 0x0101,
  101.     kTextEncodingISO10646_1993  = 0x0101,                       /* Code points identical to Unicode 1.1*/
  102.     kTextEncodingUnicodeV2_0    = 0x0103,                       /* New location for Korean Hangul*/
  103.     kTextEncodingUnicodeV2_1    = 0x0103,                       /* We treat both Unicode 2.0 and Unicode 2.1 as 2.1*/
  104.                                                                 /* ISO 8-bit and 7-bit encodings begin at 0x200*/
  105.     kTextEncodingISOLatin1      = 0x0201,                       /* ISO 8859-1*/
  106.     kTextEncodingISOLatin2      = 0x0202,                       /* ISO 8859-2*/
  107.     kTextEncodingISOLatin3      = 0x0203,                       /* ISO 8859-3*/
  108.     kTextEncodingISOLatin4      = 0x0204,                       /* ISO 8859-4*/
  109.     kTextEncodingISOLatinCyrillic = 0x0205,                     /* ISO 8859-5*/
  110.     kTextEncodingISOLatinArabic = 0x0206,                       /* ISO 8859-6, = ASMO 708, =DOS CP 708*/
  111.     kTextEncodingISOLatinGreek  = 0x0207,                       /* ISO 8859-7*/
  112.     kTextEncodingISOLatinHebrew = 0x0208,                       /* ISO 8859-8*/
  113.     kTextEncodingISOLatin5      = 0x0209,                       /* ISO 8859-9*/
  114.     kTextEncodingISOLatin6      = 0x020A,                       /* ISO 8859-10                           */
  115.     kTextEncodingISOLatin7      = 0x020D,                       /* ISO 8859-13, Baltic Rim                   */
  116.     kTextEncodingISOLatin8      = 0x020E,                       /* ISO 8859-14, Celtic                    */
  117.     kTextEncodingISOLatin9      = 0x020F,                       /* ISO 8859-15, 8859-1 changed for EURO & CP1252 letters  */
  118.                                                                 /* MS-DOS & Windows encodings begin at 0x400*/
  119.     kTextEncodingDOSLatinUS     = 0x0400,                       /* code page 437*/
  120.     kTextEncodingDOSGreek       = 0x0405,                       /* code page 737 (formerly code page 437G)*/
  121.     kTextEncodingDOSBalticRim   = 0x0406,                       /* code page 775*/
  122.     kTextEncodingDOSLatin1      = 0x0410,                       /* code page 850, "Multilingual"*/
  123.     kTextEncodingDOSGreek1      = 0x0411,                       /* code page 851*/
  124.     kTextEncodingDOSLatin2      = 0x0412,                       /* code page 852, Slavic*/
  125.     kTextEncodingDOSCyrillic    = 0x0413,                       /* code page 855, IBM Cyrillic*/
  126.     kTextEncodingDOSTurkish     = 0x0414,                       /* code page 857, IBM Turkish*/
  127.     kTextEncodingDOSPortuguese  = 0x0415,                       /* code page 860*/
  128.     kTextEncodingDOSIcelandic   = 0x0416,                       /* code page 861*/
  129.     kTextEncodingDOSHebrew      = 0x0417,                       /* code page 862*/
  130.     kTextEncodingDOSCanadianFrench = 0x0418,                    /* code page 863*/
  131.     kTextEncodingDOSArabic      = 0x0419,                       /* code page 864*/
  132.     kTextEncodingDOSNordic      = 0x041A,                       /* code page 865*/
  133.     kTextEncodingDOSRussian     = 0x041B,                       /* code page 866*/
  134.     kTextEncodingDOSGreek2      = 0x041C,                       /* code page 869, IBM Modern Greek*/
  135.     kTextEncodingDOSThai        = 0x041D,                       /* code page 874, also for Windows*/
  136.     kTextEncodingDOSJapanese    = 0x0420,                       /* code page 932, also for Windows; Shift-JIS with additions*/
  137.     kTextEncodingDOSChineseSimplif = 0x0421,                    /* code page 936, also for Windows; was EUC-CN, now GBK (EUC-CN extended)*/
  138.     kTextEncodingDOSKorean      = 0x0422,                       /* code page 949, also for Windows; Unified Hangul Code (EUC-KR extended)*/
  139.     kTextEncodingDOSChineseTrad = 0x0423,                       /* code page 950, also for Windows; Big-5*/
  140.     kTextEncodingWindowsLatin1  = 0x0500,                       /* code page 1252*/
  141.     kTextEncodingWindowsANSI    = 0x0500,                       /* code page 1252 (alternate name)*/
  142.     kTextEncodingWindowsLatin2  = 0x0501,                       /* code page 1250, Central Europe*/
  143.     kTextEncodingWindowsCyrillic = 0x0502,                      /* code page 1251, Slavic Cyrillic*/
  144.     kTextEncodingWindowsGreek   = 0x0503,                       /* code page 1253*/
  145.     kTextEncodingWindowsLatin5  = 0x0504,                       /* code page 1254, Turkish*/
  146.     kTextEncodingWindowsHebrew  = 0x0505,                       /* code page 1255*/
  147.     kTextEncodingWindowsArabic  = 0x0506,                       /* code page 1256*/
  148.     kTextEncodingWindowsBalticRim = 0x0507,                     /* code page 1257*/
  149.     kTextEncodingWindowsVietnamese = 0x0508,                    /* code page 1258*/
  150.     kTextEncodingWindowsKoreanJohab = 0x0510,                   /* code page 1361, for Windows NT*/
  151.                                                                 /* Various national standards begin at 0x600*/
  152.     kTextEncodingUS_ASCII       = 0x0600,
  153.     kTextEncodingJIS_X0201_76   = 0x0620,                       /* JIS Roman and 1-byte katakana (halfwidth)*/
  154.     kTextEncodingJIS_X0208_83   = 0x0621,
  155.     kTextEncodingJIS_X0208_90   = 0x0622,
  156.     kTextEncodingJIS_X0212_90   = 0x0623,
  157.     kTextEncodingJIS_C6226_78   = 0x0624,
  158.     kTextEncodingGB_2312_80     = 0x0630,
  159.     kTextEncodingGBK_95         = 0x0631,                       /* annex to GB 13000-93; for Windows 95; EUC-CN extended*/
  160.     kTextEncodingKSC_5601_87    = 0x0640,                       /* same as KSC 5601-92 without Johab annex*/
  161.     kTextEncodingKSC_5601_92_Johab = 0x0641,                    /* KSC 5601-92 Johab annex*/
  162.     kTextEncodingCNS_11643_92_P1 = 0x0651,                      /* CNS 11643-1992 plane 1*/
  163.     kTextEncodingCNS_11643_92_P2 = 0x0652,                      /* CNS 11643-1992 plane 2*/
  164.     kTextEncodingCNS_11643_92_P3 = 0x0653,                      /* CNS 11643-1992 plane 3 (was plane 14 in 1986 version)*/
  165.                                                                 /* ISO 2022 collections begin at 0x800*/
  166.     kTextEncodingISO_2022_JP    = 0x0820,
  167.     kTextEncodingISO_2022_JP_2  = 0x0821,
  168.     kTextEncodingISO_2022_CN    = 0x0830,
  169.     kTextEncodingISO_2022_CN_EXT = 0x0831,
  170.     kTextEncodingISO_2022_KR    = 0x0840,                       /* EUC collections begin at 0x900*/
  171.     kTextEncodingEUC_JP         = 0x0920,                       /* ISO 646, 1-byte katakana, JIS 208, JIS 212*/
  172.     kTextEncodingEUC_CN         = 0x0930,                       /* ISO 646, GB 2312-80*/
  173.     kTextEncodingEUC_TW         = 0x0931,                       /* ISO 646, CNS 11643-1992 Planes 1-16*/
  174.     kTextEncodingEUC_KR         = 0x0940,                       /* ISO 646, KS C 5601-1987*/
  175.                                                                 /* Misc standards begin at 0xA00*/
  176.     kTextEncodingShiftJIS       = 0x0A01,                       /* plain Shift-JIS*/
  177.     kTextEncodingKOI8_R         = 0x0A02,                       /* Russian internet standard*/
  178.     kTextEncodingBig5           = 0x0A03,                       /* Big-5 (has variants)*/
  179.     kTextEncodingMacRomanLatin1 = 0x0A04,                       /* Mac OS Roman permuted to align with ISO Latin-1*/
  180.     kTextEncodingHZ_GB_2312     = 0x0A05,                       /* HZ (RFC 1842, for Chinese mail & news)*/
  181.                                                                 /* Other platform encodings*/
  182.     kTextEncodingNextStepLatin  = 0x0B01,                       /* NextStep encoding*/
  183.                                                                 /* EBCDIC & IBM host encodings begin at 0xC00*/
  184.     kTextEncodingEBCDIC_US      = 0x0C01,                       /* basic EBCDIC-US*/
  185.     kTextEncodingEBCDIC_CP037   = 0x0C02,                       /* code page 037, extended EBCDIC (Latin-1 set) for US,Canada...*/
  186.                                                                 /* Special values*/
  187.     kTextEncodingMultiRun       = 0x0FFF,                       /* Multi-encoding text with external run info*/
  188.     kTextEncodingUnknown        = 0xFFFF,                       /* Unknown or unspecified                  */
  189.                                                                 /* The following are older names for backward compatibility*/
  190.     kTextEncodingMacTradChinese = 2,
  191.     kTextEncodingMacRSymbol     = 8,
  192.     kTextEncodingMacSimpChinese = 25,
  193.     kTextEncodingMacGeez        = 28,
  194.     kTextEncodingMacEastEurRoman = 29,
  195.     kTextEncodingMacUninterp    = 32
  196. };
  197. /* TextEncodingVariant type & values */
  198. typedef UInt32                          TextEncodingVariant;
  199. enum {
  200.                                                                 /* Default TextEncodingVariant, for any TextEncodingBase*/
  201.     kTextEncodingDefaultVariant = 0,                            /* Variants of kTextEncodingMacRoman                                 */
  202.     kMacRomanDefaultVariant     = 0,                            /* meta value, maps to 1 or 2 depending on System */
  203.     kMacRomanCurrencySignVariant = 1,                           /* Mac OS version < 8.5, 0xDB is CURRENCY SIGN*/
  204.     kMacRomanEuroSignVariant    = 2,                            /* Mac OS version >= 8.5, 0xDB is EURO SIGN      */
  205.                                                                 /* Variants of kTextEncodingMacCyrillic (for TEC 1.5 and later)                    */
  206.     kMacCyrillicDefaultVariant  = 0,                            /* meta value, maps to 1, 2, or 3 depending on System*/
  207.     kMacCyrillicCurrSignStdVariant = 1,                         /* Mac OS < 9.0 (RU,BG), 0xFF = CURRENCY SIGN, 0xA2/0xB6 = CENT / PARTIAL DIFF.*/
  208.     kMacCyrillicCurrSignUkrVariant = 2,                         /* Mac OS < 9.0 (UA,LangKit), 0xFF = CURRENCY SIGN, 0xA2/0xB6 = GHE WITH UPTURN*/
  209.     kMacCyrillicEuroSignVariant = 3,                            /* Mac OS >= 9.0, 0xFF is EURO SIGN, 0xA2/0xB6 = GHE WITH UPTURN*/
  210.                                                                 /* Variants of kTextEncodingMacIcelandic                                */
  211.     kMacIcelandicStdDefaultVariant = 0,                         /* meta value, maps to 2 or 4 depending on System */
  212.     kMacIcelandicTTDefaultVariant = 1,                          /* meta value, maps to 3 or 5 depending on System */
  213.                                                                 /* The following are for Mac OS version < 8.5, 0xDB is CURRENCY SIGN             */
  214.     kMacIcelandicStdCurrSignVariant = 2,                        /* 0xBB/0xBC are fem./masc. ordinal indicators*/
  215.     kMacIcelandicTTCurrSignVariant = 3,                         /* 0xBB/0xBC are fi/fl ligatures*/
  216.                                                                 /* The following are for Mac OS version >= 8.5, 0xDB is EURO SIGN                  */
  217.     kMacIcelandicStdEuroSignVariant = 4,                        /* 0xBB/0xBC are fem./masc. ordinal indicators*/
  218.     kMacIcelandicTTEuroSignVariant = 5,                         /* 0xBB/0xBC are fi/fl ligatures*/
  219.                                                                 /* Variants of kTextEncodingMacCroatian                                   */
  220.     kMacCroatianDefaultVariant  = 0,                            /* meta value, maps to 1 or 2 depending on System */
  221.     kMacCroatianCurrencySignVariant = 1,                        /* Mac OS version < 8.5, 0xDB is CURRENCY SIGN       */
  222.     kMacCroatianEuroSignVariant = 2,                            /* Mac OS version >= 8.5, 0xDB is EURO SIGN      */
  223.                                                                 /* Variants of kTextEncodingMacRomanian                                   */
  224.     kMacRomanianDefaultVariant  = 0,                            /* meta value, maps to 1 or 2 depending on System */
  225.     kMacRomanianCurrencySignVariant = 1,                        /* Mac OS version < 8.5, 0xDB is CURRENCY SIGN       */
  226.     kMacRomanianEuroSignVariant = 2,                            /* Mac OS version >= 8.5, 0xDB is EURO SIGN      */
  227.                                                                 /* Variants of kTextEncodingMacJapanese*/
  228.     kMacJapaneseStandardVariant = 0,
  229.     kMacJapaneseStdNoVerticalsVariant = 1,
  230.     kMacJapaneseBasicVariant    = 2,
  231.     kMacJapanesePostScriptScrnVariant = 3,
  232.     kMacJapanesePostScriptPrintVariant = 4,
  233.     kMacJapaneseVertAtKuPlusTenVariant = 5,                     /* Variants of kTextEncodingMacArabic*/
  234.     kMacArabicStandardVariant   = 0,                            /* 0xC0 is 8-spoke asterisk, 0x2A & 0xAA are asterisk (e.g. Cairo)*/
  235.     kMacArabicTrueTypeVariant   = 1,                            /* 0xC0 is asterisk, 0x2A & 0xAA are multiply signs (e.g. Baghdad)*/
  236.     kMacArabicThuluthVariant    = 2,                            /* 0xC0 is Arabic five-point star, 0x2A & 0xAA are multiply signs*/
  237.     kMacArabicAlBayanVariant    = 3,                            /* 8-spoke asterisk, multiply sign, Koranic ligatures & parens*/
  238.                                                                 /* Variants of kTextEncodingMacFarsi*/
  239.     kMacFarsiStandardVariant    = 0,                            /* 0xC0 is 8-spoke asterisk, 0x2A & 0xAA are asterisk (e.g. Tehran)*/
  240.     kMacFarsiTrueTypeVariant    = 1,                            /* asterisk, multiply signs, Koranic ligatures, geometric shapes*/
  241.                                                                 /* Variants of kTextEncodingMacHebrew*/
  242.     kMacHebrewStandardVariant   = 0,
  243.     kMacHebrewFigureSpaceVariant = 1,                           /* Variants of kTextEncodingMacVT100                                 */
  244.     kMacVT100DefaultVariant     = 0,                            /* meta value, maps to 1 or 2 depending on System */
  245.     kMacVT100CurrencySignVariant = 1,                           /* Mac OS version < 8.5, 0xDB is CURRENCY SIGN       */
  246.     kMacVT100EuroSignVariant    = 2,                            /* Mac OS version >= 8.5, 0xDB is EURO SIGN      */
  247.                                                                 /* Variants of Unicode & ISO 10646 encodings*/
  248.     kUnicodeNoSubset            = 0,
  249.     kUnicodeCanonicalDecompVariant = 2,                         /* canonical decomposition; excludes composed characters*/
  250.                                                                 /* Variants of Big-5 encoding*/
  251.     kBig5_BasicVariant          = 0,
  252.     kBig5_StandardVariant       = 1,                            /* 0xC6A1-0xC7FC: kana, Cyrillic, enclosed numerics*/
  253.     kBig5_ETenVariant           = 2,                            /* adds kana, Cyrillic, radicals, etc with hi bytes C6-C8,F9*/
  254.                                                                 /* Unicode variants not yet supported (and not fully defined)*/
  255.     kUnicodeNoCompatibilityVariant = 1,
  256.     kUnicodeNoComposedVariant   = 3,
  257.     kUnicodeNoCorporateVariant  = 4,                            /* The following are older names for backward compatibility*/
  258.     kMacRomanStandardVariant    = 0,
  259.     kMacIcelandicStandardVariant = 0,
  260.     kMacIcelandicTrueTypeVariant = 1,
  261.     kJapaneseStandardVariant    = 0,
  262.     kJapaneseStdNoVerticalsVariant = 1,
  263.     kJapaneseBasicVariant       = 2,
  264.     kJapanesePostScriptScrnVariant = 3,
  265.     kJapanesePostScriptPrintVariant = 4,
  266.     kJapaneseVertAtKuPlusTenVariant = 5,                        /* kJapaneseStdNoOneByteKanaVariant = 6,  // replaced by kJapaneseNoOneByteKanaOption*/
  267.                                                                 /* kJapaneseBasicNoOneByteKanaVariant = 7,    // replaced by kJapaneseNoOneByteKanaOption    */
  268.     kHebrewStandardVariant      = 0,
  269.     kHebrewFigureSpaceVariant   = 1,
  270.     kUnicodeMaxDecomposedVariant = 2,                           /* replaced by kUnicodeCanonicalDecompVariant*/
  271.                                                                 /* The following Japanese variant options were never supported and are now deprecated.*/
  272.                                                                 /* In TEC 1.4 and later their functionality is replaced by the Unicode Converter options listed.*/
  273.     kJapaneseNoOneByteKanaOption = 0x20,                        /* replaced by UnicodeConverter option kUnicodeNoHalfwidthCharsBit*/
  274.     kJapaneseUseAsciiBackslashOption = 0x40                     /* replaced by UnicodeConverter option kUnicodeForceASCIIRangeBit*/
  275. };
  276. /* TextEncodingFormat type & values */
  277. typedef UInt32                          TextEncodingFormat;
  278. enum {
  279.                                                                 /* Default TextEncodingFormat for any TextEncodingBase*/
  280.     kTextEncodingDefaultFormat  = 0,                            /* Formats for Unicode & ISO 10646*/
  281.     kUnicode16BitFormat         = 0,
  282.     kUnicodeUTF7Format          = 1,
  283.     kUnicodeUTF8Format          = 2,
  284.     kUnicode32BitFormat         = 3
  285. };
  286. /* TextEncoding type */
  287. typedef UInt32                          TextEncoding;
  288. /* name part selector for GetTextEncodingName*/
  289. typedef UInt32                          TextEncodingNameSelector;
  290. enum {
  291.     kTextEncodingFullName       = 0,
  292.     kTextEncodingBaseName       = 1,
  293.     kTextEncodingVariantName    = 2,
  294.     kTextEncodingFormatName     = 3
  295. };
  296. /* Types used in conversion */
  297. struct TextEncodingRun {
  298.     ByteOffset                      offset;
  299.     TextEncoding                    textEncoding;
  300. };
  301. typedef struct TextEncodingRun          TextEncodingRun;
  302. typedef TextEncodingRun *               TextEncodingRunPtr;
  303. typedef const TextEncodingRun *         ConstTextEncodingRunPtr;
  304. struct ScriptCodeRun {
  305.     ByteOffset                      offset;
  306.     ScriptCode                      script;
  307. };
  308. typedef struct ScriptCodeRun            ScriptCodeRun;
  309. typedef ScriptCodeRun *                 ScriptCodeRunPtr;
  310. typedef const ScriptCodeRun *           ConstScriptCodeRunPtr;
  311. typedef UInt8 *                         TextPtr;
  312. typedef const UInt8 *                   ConstTextPtr;
  313. /* Basic types for Unicode characters and strings:*/
  314. typedef UniChar *                       UniCharArrayPtr;
  315. typedef const UniChar *                 ConstUniCharArrayPtr;
  316. /*
  317.    UniCharArrayHandle is a handle type to correspond to UniCharArrayPtr,
  318.    i.e. a handle to an array of UniChars (UInt16s).
  319. */
  320. typedef UniCharArrayPtr *               UniCharArrayHandle;
  321. /*
  322.    UniCharArrayOffset is used to indicate an edge offset in an array
  323.    of UniChars (UInt16s).  
  324. */
  325. typedef UInt32                          UniCharArrayOffset;
  326. /* enums for TextEncoding Conversion routines*/
  327. enum {
  328.     kTextScriptDontCare         = -128,
  329.     kTextLanguageDontCare       = -128,
  330.     kTextRegionDontCare         = -128
  331. };
  332. /* struct for TECGetInfo*/
  333. struct TECInfo {
  334.     UInt16                          format;                     /* format code for this struct*/
  335.     UInt16                          tecVersion;                 /* TEC version in BCD, e.g. 0x0121 for 1.2.1*/
  336.     UInt32                          tecTextConverterFeatures;   /* bitmask indicating TEC features/fixes*/
  337.     UInt32                          tecUnicodeConverterFeatures; /* bitmask indicating UnicodeConverter features/fixes*/
  338.     UInt32                          tecTextCommonFeatures;      /* bitmask indicating TextCommon features/fixes*/
  339.     Str31                           tecTextEncodingsFolderName; /* localized name of Text Encodings folder (pascal string)*/
  340.     Str31                           tecExtensionFileName;       /* localized name of TEC extension (pascal string)*/
  341.     UInt16                          tecLowestTEFileVersion;     /* Lowest version (BCD) of all files in Text Encodings folder*/
  342.     UInt16                          tecHighestTEFileVersion;    /* Highest version (BCD) of all files in Text Encodings folder*/
  343. };
  344. typedef struct TECInfo                  TECInfo;
  345. typedef TECInfo *                       TECInfoPtr;
  346. typedef TECInfoPtr *                    TECInfoHandle;
  347. /* Value for TECInfo format code*/
  348. enum {
  349.     kTECInfoCurrentFormat       = 2                             /* any future formats will just add fields at the end*/
  350. };
  351. /*
  352.    Defined feature/fix bits for tecUnicodeConverterFeatures field
  353.    Bit:                             Meaning if set:
  354.    ----                             ---------------
  355.    kTECKeepInfoFixBit               Unicode Converter no longer ignores other control flags if
  356.                                     kUnicodeKeepInfoBit is set. Bug fix in TEC Manager 1.2.1.
  357.    kTECFallbackTextLengthFixBit     Unicode Converter honors the *srcConvLen and *destConvLen
  358.                                     returned by caller-supplied fallback handler for any status it
  359.                                     returns except for kTECUnmappableElementErr (previously it only
  360.                                     honored these values if noErr was returned). Bug fix in TEC
  361.                                     Manager 1.2.1.
  362.    kTECTextRunBitClearFixBit        ConvertFromUnicodeToTextRun & ConvertFromUnicodeToScriptCodeRun
  363.                                     function correctly if the kUnicodeTextRunBit is set (previously
  364.                                     their determination of best target encoding was incorrect). Bug
  365.                                     fix in TEC Manager 1.3.
  366.    kTECTextToUnicodeScanFixBit      ConvertFromTextToUnicode uses an improved scanner and maintains
  367.                                     some resulting state information, which it uses for mapping.
  368.                                     This has several effects:
  369.                                     - Improved mapping of 0x30-0x39 digits in Mac OS Arabic, fewer
  370.                                       direction overrides when mapping Mac OS Arabic & Hebrew, and
  371.                                       improved mapping of certain characters in Indic encodings.
  372.                                     - Malformed input produces kTextMalformedInputErr.
  373.                                     - ConvertFromTextToUnicode accepts and uses the control flags
  374.                                       kUnicodeKeepInfoMask and kUnicodeStringUnterminatedMask.
  375.                                     Bug fix and enhancement in TEC Manager 1.3.
  376.    kTECAddForceASCIIChangesBit      Define new control flag bits kUnicodeForceASCIIRangeBit and
  377.                                     kUnicodeNoHalfwidthCharsBit for use with
  378.                                     ConvertFromTextToUnicode, ConvertFromUnicodeToText, etc.
  379.                                     Enhancement in TEC Manager 1.4.
  380.    kTECPreferredEncodingFixBit      CreateUnicodeToTextRunInfo and related functions fix a problem
  381.                                     that occurred when a preferred encoding was specified that did
  382.                                     not match the System script; the preferred script was not
  383.                                     actually placed first in the ordered list of encodings to use.
  384.                                     Bug fix in TEC Manager 1.4.
  385.    kTECAddTextRunHeuristicsBit      Define new control flag bit kUnicodeTextRunHeuristicsBit for
  386.                                     use with ConvertFromUnicodeToTextRun.
  387.    kTECAddFallbackInterruptBit      Define new option kUnicodeFallbackInterruptSafeMask for use
  388.                                     with SetFallbackUnicodeToText. If a client fallback handler is
  389.                                     installed without specifying this bit, ConvertFromUnicodeToText
  390.                                     will HLock the tables it uses (in case the fallback handler
  391.                                     moves memory); otherwise, it won't.
  392. */
  393. enum {
  394.     kTECKeepInfoFixBit          = 0,
  395.     kTECFallbackTextLengthFixBit = 1,
  396.     kTECTextRunBitClearFixBit   = 2,
  397.     kTECTextToUnicodeScanFixBit = 3,
  398.     kTECAddForceASCIIChangesBit = 4,
  399.     kTECPreferredEncodingFixBit = 5,
  400.     kTECAddTextRunHeuristicsBit = 6,
  401.     kTECAddFallbackInterruptBit = 7
  402. };
  403. enum {
  404.     kTECKeepInfoFixMask         = 1L << kTECKeepInfoFixBit,
  405.     kTECFallbackTextLengthFixMask = 1L << kTECFallbackTextLengthFixBit,
  406.     kTECTextRunBitClearFixMask  = 1L << kTECTextRunBitClearFixBit,
  407.     kTECTextToUnicodeScanFixMask = 1L << kTECTextToUnicodeScanFixBit,
  408.     kTECAddForceASCIIChangesMask = 1L << kTECAddForceASCIIChangesBit,
  409.     kTECPreferredEncodingFixMask = 1L << kTECPreferredEncodingFixBit,
  410.     kTECAddTextRunHeuristicsMask = 1L << kTECAddTextRunHeuristicsBit,
  411.     kTECAddFallbackInterruptMask = 1L << kTECAddFallbackInterruptBit
  412. };
  413. /*
  414.    -------------------------------------------------------------------------------------------------
  415.    CONSTANTS & DATA STRUCTURES for Unicode Properties
  416.    -------------------------------------------------------------------------------------------------
  417. */
  418. typedef SInt32                          UCCharPropertyType;
  419. enum {
  420.     kUCCharPropTypeGenlCategory = 1,                            /* requests enumeration value*/
  421.     kUCCharPropTypeCombiningClass = 2,                          /* requests numeric value 0..255*/
  422.     kUCCharPropTypeBidiCategory = 3                             /* requests enumeration value*/
  423. };
  424. typedef UInt32                          UCCharPropertyValue;
  425. /* General Category enumeration values (requested by kUCCharPropTypeGenlCategory)*/
  426. enum {
  427.                                                                 /* Normative categories:*/
  428.     kUCGenlCatOtherNotAssigned  = 0,                            /* Cn Other, Not Assigned*/
  429.     kUCGenlCatOtherControl      = 1,                            /* Cc Other, Control*/
  430.     kUCGenlCatOtherFormat       = 2,                            /* Cf Other, Format*/
  431.     kUCGenlCatOtherSurrogate    = 3,                            /* Cs Other, Surrogate*/
  432.     kUCGenlCatOtherPrivateUse   = 4,                            /* Co Other, Private Use*/
  433.     kUCGenlCatMarkNonSpacing    = 5,                            /* Mn Mark, Non-Spacing*/
  434.     kUCGenlCatMarkSpacingCombining = 6,                         /* Mc Mark, Spacing Combining*/
  435.     kUCGenlCatMarkEnclosing     = 7,                            /* Me Mark, Enclosing*/
  436.     kUCGenlCatNumberDecimalDigit = 8,                           /* Nd Number, Decimal Digit*/
  437.     kUCGenlCatNumberLetter      = 9,                            /* Nl Number, Letter*/
  438.     kUCGenlCatNumberOther       = 10,                           /* No Number, Other*/
  439.     kUCGenlCatSeparatorSpace    = 11,                           /* Zs Separator, Space*/
  440.     kUCGenlCatSeparatorLine     = 12,                           /* Zl Separator, Line*/
  441.     kUCGenlCatSeparatorParagraph = 13,                          /* Zp Separator, Paragraph*/
  442.                                                                 /* Informative categories:*/
  443.     kUCGenlCatLetterUppercase   = 14,                           /* Lu Letter, Uppercase*/
  444.     kUCGenlCatLetterLowercase   = 15,                           /* Ll Letter, Lowercase*/
  445.     kUCGenlCatLetterTitlecase   = 16,                           /* Lt Letter, Titlecase*/
  446.     kUCGenlCatLetterModifier    = 17,                           /* Lm Letter, Modifier*/
  447.     kUCGenlCatLetterOther       = 18,                           /* Lo Letter, Other*/
  448.     kUCGenlCatPunctConnector    = 20,                           /* Pc Punctuation, Connector*/
  449.     kUCGenlCatPunctDash         = 21,                           /* Pd Punctuation, Dash*/
  450.     kUCGenlCatPunctOpen         = 22,                           /* Ps Punctuation, Open*/
  451.     kUCGenlCatPunctClose        = 23,                           /* Pe Punctuation, Close*/
  452.     kUCGenlCatPunctInitialQuote = 24,                           /* Pi Punctuation, Initial quote*/
  453.     kUCGenlCatPunctFinalQuote   = 25,                           /* Pf Punctuation, Final quote*/
  454.     kUCGenlCatPunctOther        = 26,                           /* Po Punctuation, Other*/
  455.     kUCGenlCatSymbolMath        = 28,                           /* Sm Symbol, Math*/
  456.     kUCGenlCatSymbolCurrency    = 29,                           /* Sc Symbol, Currency*/
  457.     kUCGenlCatSymbolModifier    = 30,                           /* Sk Symbol, Modifier*/
  458.     kUCGenlCatSymbolOther       = 31                            /* So Symbol, Other*/
  459. };
  460. /* Bidirectional Category enumeration values (requested by kUCCharPropTypeBidiCategory)*/
  461. enum {
  462.     kUCBidiCatNotApplicable     = 0,                            /* for now use this for unassigned*/
  463.                                                                 /* Strong types:*/
  464.     kUCBidiCatLeftRight         = 1,                            /* L  Left-Right*/
  465.     kUCBidiCatRightLeft         = 2,                            /* R  Right-Left*/
  466.                                                                 /* Weak types:*/
  467.     kUCBidiCatEuroNumber        = 3,                            /* EN European Number*/
  468.     kUCBidiCatEuroNumberSeparator = 4,                          /* ES European Number Separator*/
  469.     kUCBidiCatEuroNumberTerminator = 5,                         /* ET European Number Terminator*/
  470.     kUCBidiCatArabicNumber      = 6,                            /* AN Arabic Number*/
  471.     kUCBidiCatCommonNumberSeparator = 7,                        /* CS Common Number Separator*/
  472.                                                                 /* Separators:*/
  473.     kUCBidiCatBlockSeparator    = 8,                            /* B  Block Separator*/
  474.     kUCBidiCatSegmentSeparator  = 9,                            /* S  Segment Separator*/
  475.                                                                 /* Neutrals:*/
  476.     kUCBidiCatWhitespace        = 10,                           /* WS Whitespace*/
  477.     kUCBidiCatOtherNeutral      = 11                            /* ON Other Neutrals (unassigned codes could use this)*/
  478. };
  479. /* Prototypes for TextEncoding functions*/
  480. EXTERN_API( TextEncoding )
  481. CreateTextEncoding              (TextEncodingBase       encodingBase,
  482.                                  TextEncodingVariant    encodingVariant,
  483.                                  TextEncodingFormat     encodingFormat);
  484. EXTERN_API( TextEncodingBase )
  485. GetTextEncodingBase             (TextEncoding           encoding);
  486. EXTERN_API( TextEncodingVariant )
  487. GetTextEncodingVariant          (TextEncoding           encoding);
  488. EXTERN_API( TextEncodingFormat )
  489. GetTextEncodingFormat           (TextEncoding           encoding);
  490. EXTERN_API( TextEncoding )
  491. ResolveDefaultTextEncoding      (TextEncoding           encoding);
  492. EXTERN_API_C( OSStatus )
  493. GetTextEncodingName             (TextEncoding           iEncoding,
  494.                                  TextEncodingNameSelector  iNamePartSelector,
  495.                                  RegionCode             iPreferredRegion,
  496.                                  TextEncoding           iPreferredEncoding,
  497.                                  ByteCount              iOutputBufLen,
  498.                                  ByteCount *            oNameLength,
  499.                                  RegionCode *           oActualRegion, /* can be NULL */
  500.                                  TextEncoding *         oActualEncoding, /* can be NULL */
  501.                                  TextPtr                oEncodingName);
  502. EXTERN_API( OSStatus )
  503. TECGetInfo                      (TECInfoHandle *        tecInfo);
  504. EXTERN_API( OSStatus )
  505. UpgradeScriptInfoToTextEncoding (ScriptCode             iTextScriptID,
  506.                                  LangCode               iTextLanguageID,
  507.                                  RegionCode             iRegionID,
  508.                                  ConstStr255Param       iTextFontname,
  509.                                  TextEncoding *         oEncoding);
  510. EXTERN_API( OSStatus )
  511. RevertTextEncodingToScriptInfo  (TextEncoding           iEncoding,
  512.                                  ScriptCode *           oTextScriptID,
  513.                                  LangCode *             oTextLanguageID, /* can be NULL */
  514.                                  Str255                 oTextFontname) /* can be NULL */;
  515. EXTERN_API( OSStatus )
  516. NearestMacTextEncodings         (TextEncoding           generalEncoding,
  517.                                  TextEncoding *         bestMacEncoding,
  518.                                  TextEncoding *         alternateMacEncoding);
  519. EXTERN_API_C( OSStatus )
  520. UCGetCharProperty               (const UniChar *        charPtr,
  521.                                  UniCharCount           textLength,
  522.                                  UCCharPropertyType     propType,
  523.                                  UCCharPropertyValue *  propValue);
  524. #if PRAGMA_STRUCT_ALIGN
  525.     #pragma options align=reset
  526. #elif PRAGMA_STRUCT_PACKPUSH
  527.     #pragma pack(pop)
  528. #elif PRAGMA_STRUCT_PACK
  529.     #pragma pack()
  530. #endif
  531. #ifdef PRAGMA_IMPORT_OFF
  532. #pragma import off
  533. #elif PRAGMA_IMPORT
  534. #pragma import reset
  535. #endif
  536. #ifdef __cplusplus
  537. }
  538. #endif
  539. #endif /* __TEXTCOMMON__ */