Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (G-N)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
6-25
when result is nonzero:
MBCS_CHARSIZE_
Returns the display size (in columns) and the storage size (in bytes) of multibyte
character set (MBCS) characters from the character set specified by the charset
parameter.
testmbcschar, STRING .EXT:ref:* input
charset, INT:value input
1 Tandem Kanji
9 Tandem Hangul
10 Tandem Chinese Big 5
11 Tandem Chinese PC
12 Tandem KSC5601
charinfo, INT .EXT:1 input, output
result := MBCS_CHARSIZE_ [ ( charset ) ];
result, INT:value output
0 indicates that either no MBCS is configured or the specified MBCS is not
supported.
nonzero indicates that the result parameter contains the following information:
<0:7> = contains display size (in columns) of the multibyte character identified by
the test.
<8:15> = contains internal size (in bytes) of the multibyte character identified by
the test.
charset, INT:value input
1 Tandem Kanji
9 Tandem Hangul
10 Tandem Chinese Big 5
11 Tandem Chinese PC
12 Tandem KSC5601