#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
07/24/2006 Changed the interface.
07/05/2006 Initial version.
CONFIDENTIAL