Convert SJIS character code to Unicode.

Syntax

int CONV_SjisToUnicode(
  int sjis
);

Parameters

sjis
[in] SJIS character code.

Return value

Returns Unicode if the conversion is successful, -1 otherwise.

Remarks

Converts the character code of SJIS specified in sjis to Unicode and returns it.

Requirements

Header file:
CodeConversion.h
Library file:
libCodeConversion.a
libSTARTUPOPH5000.a


Last updated: 2021/07/20