Syntax
int CONV_CP437oseToUnicode(
int code
);
Parameters
- code
- [in] Character code in the range 1-255. Specify CP437_ose character code.
Return value
Returns Unicode if the conversion is successful, -1 otherwise.Remarks
Converts the character code of CP437_ose specified in code to Unicode and returns it.Requirements
Header file:
CodeConversion.hLibrary file:
libCodeConversion.a
libSTARTUPOPH5000.a
Last updated: 2021/07/20