It also provides functions for converting between UTF-8 encoded strings and CP1252 strings.
Note:
- The CP1252 library can be used with the OPH-5000i English version only.
- See the section below for the character sets available in the OPH-5000i.
The outline of the CP1252 library is as follows.
Change to CP1252
Use the following function to change the system character set to CP1252.
LoadCP1252 function
Return to default character set
Use the following function to return to the default character set.
UnloadCP1252 function
Convert UTF-8 and CP1252 to each other
Use the following function to convert a UTF-8 string to a CP1252 string.
CONV_Utf8ToCP1252String function
Use the following function to convert a CP1252 string to a UTF-8 string.
CONV_CP1252ToUtf8String function
You can use the following functions in the CodeConversion Library to change the output format of the conversion results for these functions.
CONV_OutputMode function
Use the following function to convert CP1252 character code to Unicode.
CONV_CP1252ToUnicode function
Use the following function to convert Unicode to CP1252 character code.
CONV_UnicodeToCP1252 function
Last updated: 2022/04/08