| **Navigation:**  [[introduction.htm|Language Reference]] > [[chapter runtime properties.htm|App C - PROP: Runtime Properties]] > Complete Property List >====== PROP:CharSet ====== | [[prop buffer.htm|{{btn_prev_n.gif|Previous page}}]][[chapter runtime properties.htm|{{btn_home_n.gif|Return to chapter overview}}]][[prop checked.htm|{{btn_next_n.gif|Next page}}]] | | || 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 [[commonly used equates.htm#charsetequates|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 set default font .htm#charset|FONT]]