ATTR_PRINT_CHARACTER_SET
- Updated2023-02-21
- 1 minute(s) read
ATTR_PRINT_CHARACTER_SET
Type: | Print attribute |
Description: | The character to use when printing a text file or buffer. |
Types of Printing: | Text. |
Data Type: | integer |
Default Value: | VAL_NATIVE_CHARSET |
LabWindows/CVI Compatibility: |
LabWindows/CVI 2012 and later |
Values
VAL_NATIVE_CHARSET | Character set that corresponds to the language selected in the Control Panel for non-Unicode programs. |
VAL_ANSI_CHARSET | The Western character set. |
VAL_SHIFTJIS_CHARSET | The Japanese character set. |
VAL_HANGUL_CHARSET | The Korean character set. |
VAL_GB2312_CHARSET | The Simplified Chinese character set. |
VAL_CHINESEBIG5_CHARSET | The Traditional Chinese character set. |
VAL_HEBREW_CHARSET | The Hebrew character set. |
VAL_ARABIC_CHARSET | The Arabic character set. |
VAL_GREEK_CHARSET | The Greek character set. |
VAL_TURKISH_CHARSET | The Turkish character set. |
VAL_VIETNAMESE_CHARSET | The Vietnamese character set. |
VAL_THAI_CHARSET | The Thai character set. |
VAL_EASTEUROPE_CHARSET | The Eastern European character set. |
VAL_RUSSIAN_CHARSET | The Cyrillic character set. |
VAL_BALTIC_CHARSET | The Baltic character set. |