STD_ConvertCharSjisToUnicode

C Specification

#include <nitro/std.h>

SDK_INLINE int STD_ConvertCharSjisToUnicode(u16 *dst, const char *src);

Arguments

dst Destination Unicode string buffer
src Source ShiftJIS string buffer

Return Values

If the conversion is successful, the converted number of characters (=1) will return. If the conversion fails, a -1 will return.

Description

This function converts a ShiftJIS-format character to a Unicode-format character.
STD_ConvertStringSjisToUnicode is called internally, and only one character is converted.

See Also

STD_ConvertStringSjisToUnicode

Revision History

07/24/2006 Changed the interface.
07/05/2006 Initial version.


CONFIDENTIAL