Adobe InDesign CS (3.0) Object Model JS: TextImportCharacterSet
From InDesign CS
Character set options for importing text files.
Value
| Name | Description | Value |
|---|---|---|
| TextImportCharacterSet.ANSI | The ANSI character set. | 1095652169 = 'ANSI' |
| TextImportCharacterSet.ASCII | ASCII | 1095975753 = 'ASCI' |
| TextImportCharacterSet.CHINESE_BIG_5 | The Chinese Big 5 character set. | 1415799349 = 'Tcb5' |
| TextImportCharacterSet.DOS_LATIN_2 | DOS Latin 2 | 1415867442 = 'Tdl2' |
| TextImportCharacterSet.GB2312 | The GB2312 character set. | 1416061535 = 'Tgb_' |
| TextImportCharacterSet.MACINTOSH_CE | The Macintosh CE (Cantral European) character set. | 1416446789 = 'TmCE' |
| TextImportCharacterSet.MACINTOSH_CYRILLIC | The Macintosh Cyrillic character set. | 1416446841 = 'TmCy' |
| TextImportCharacterSet.MACINTOSH_GREEK | The Macintosh Greek character set. | 1416447858 = 'TmGr' |
| TextImportCharacterSet.MACINTOSH_TURKISH | The Macintosh Turkish character set. | 1416451186 = 'TmTr' |
| TextImportCharacterSet.RECOMMENDSHIFTJIS83PV | The Recommend:Shift_JIS 83pv character set. | 1412969328 = 'T83p' |
| TextImportCharacterSet.SHIFTJIS90MS | The Shift_JIS 90ms character set. | 1413034093 = 'T90m' |
| TextImportCharacterSet.SHIFTJIS90PV | The Shift_JIS 90pv character set. | 1413034096 = 'T90p' |
| TextImportCharacterSet.UNICODE | The Unicode character set. | 1249209961 = 'Juni' |
| TextImportCharacterSet.WINDOWS_CYRILLIC | The Windows Cyrillic character set. | 1417102201 = 'TwCy' |
| TextImportCharacterSet.WINDOWS_EE | The Windows EE (Eastern European) character set. | 1417102661 = 'TwEE' |
| TextImportCharacterSet.WINDOWS_GREEK | The Windows Greek character set. | 1417103218 = 'TwGr' |
| TextImportCharacterSet.WINDOWS_TURKISH | The Windows Turkish character set. | 1417106549 = 'TwTu' |
Usage
As property
TextImportPreference.characterSet
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |