Guardian Procedure Calls Reference Manual

charset
input
INT:value
is the optional identifier of the reference MBCS. When omitted or null, the default MBCS
character set identifier from the MBCS_DEFAULTCHARSET_ procedure is used. These multibyte
character sets are supported by this procedure:
HP Kanji1
HP Hangul9
HP Chinese Big 510
HP Chinese PC11
HP KSC560112
charinfo
output
INT .EXT:ref:1
is an optional parameter that returns an indication of any cause of failure. Except for file-system
error 29 (required missing parameter), this procedure does not initiate error indications but
simply passes on the errors returned by the MBCS_CHAR_ procedure. For returned values and
interpretations, see the MBCS_CHAR_ Procedure (page 786). Upon return of an error from the
MBCS_CHAR_ procedure, the operation is aborted and processing is returned to the caller.
Considerations
The input text string may contain any combination of mixed one-byte and multibyte characters.
Eligible multibyte characters are converted to the appropriate ASCII equivalent characters. Other
characters or bytes encountered in the input string are moved to the output string without change.
Multibyte blanks are converted to equivalent sized strings of ASCII blanks (%H20).
810 Guardian Procedure Calls (M)