Guardian Programming Reference Summary for C

Functions Summary (G-N)
Guardian Programming Reference Summary for C522630-001
6-24
MBCS_MB_TO_SB_
Converts multibyte characters to the corresponding 1-byte ASCII characters.
charset
MBCS_REPLACEBLANK_
Replaces nonstandard blanks.
MBCS_SB_TO_MB_
Converts 1-byte ASCII characters to the corresponding multibyte characters.
#include <cextdecs(MBCS_MB_TO_SB_)>
void MBCS_MB_TO_SB_ ( char *mbytestring /* i */
,short mbytecount /* i */
,char *sbytestring /* o */
,short sbytecount /* i */
,short *rbytecount /* o */
,[ short charset ] /* i */
,[ short *charinfo ] );/* o */
1 = Tandem Kanji
9 = Tandem Hangul
10 = Tandem Chinese Big 5
11 = Tandem Chinese PC
12 = Tandem KSC5601
#include <cextdecs(MBCS_REPLACEBLANK_)>
void MBCS_REPLACEBLANK_ ( char *bytestring /* i */
,short bytecount /* i */
,[ short charset ] /* i */
,[ short *charinfo ] );/* i,o */
#include <cextdecs(MBCS_SB_TO_MB_)>
void MBCS_SB_TO_MB_ ( char *sbytestring /* i */
,short sbytecount /* i */
,char *mbytestring /* o */
,short mbytecount /* i */
,short *rbytecount /* o */
,[ short charset ] /* i */
,[ short *charinfo ] );/* o */