

#include <nitro/std.h>
SDK_INLINE int STD_ConvertCharSjisToUnicode(u16 *dst, const char *src);| dst | Destination Unicode string buffer |
| src | Source ShiftJIS string buffer. |
If the conversion is successful, the converted number of characters (=1) will return. If the conversion fails, a -1 will return.
This function converts a ShiftJIS-format character to a Unicode-format character.STD_ConvertStringSjisToUnicode is called internally, and only one character is converted.
STD_ConvertStringSjisToUnicode
2006/07/24 Changed the interface.
2006/07/05 Initial version.
CONFIDENTIAL