STD_ConvertCharSjisToUnicode

Syntax

#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

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


CONFIDENTIAL