prop_charset.htm
Navigation: Language Reference > App C - PROP: Runtime Properties > Complete Property List >====== PROP:CharSet ====== | |
The charset parameter may name any character set registered in the Windows system. For a report, the printer driver must support the specified character set. The EQUATES.CLW file contains EQUATE values for standard character set values.
This is a SYSTEM property that can be used to set the Character Set property at the system level (i.e., SYSTEM{PROP:CharSet} = CHARSET:GREEK).
CHARSET:ANSI | EQUATE(0) |
CHARSET:DEFAULT | EQUATE(1) |
CHARSET:SYMBOL | EQUATE(2) |
CHARSET:MAC | EQUATE(77) |
CHARSET:SHIFTJIS | EQUATE(128) |
CHARSET:HANGEUL | EQUATE(129) |
CHARSET:JOHAB | EQUATE(130) |
CHARSET:GB2312 | EQUATE(134) |
CHARSET:CHINESEBIG5 | EQUATE(136) |
CHARSET:GREEK | EQUATE(161) |
CHARSET:TURKISH | EQUATE(162) |
CHARSET:HEBREW | EQUATE(177) |
CHARSET:ARABIC | EQUATE(178) |
CHARSET:BALTIC | EQUATE(186) |
CHARSET:CYRILLIC | EQUATE(204) |
CHARSET:THAI | EQUATE(222) |
CHARSET:EASTEUROPE | EQUATE(238) |
CHARSET:OEM | EQUATE(255) |
This property is not to be confused with PROP:FontCharSet, specifying the character set for a specific FONT (PROP:FontCharSet) or (PROP:Font,5). This provides support for international character sets. If omitted, the default charater set for the FONT is used.
See Also: FONT
prop_charset.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1