#include <revolution/enc.h> ENCResult ENCGetNextCharacterWidth(const ENCContext* context, const u8* src, u32* width);
| context | Character code conversion context. |
|---|---|
| src | The source string buffer. |
| width | Character width for skipping the next character. |
ENC_OK: Normal exit.ENC_ERR_INVALID_PARAM: Invalid argument.ENC_ERR_UNKNOWN_ENCODING: Unknown character encoding.
Acquires the byte count of the next character to skip a non-convertible charater.
None.
2006/10/19 Initial version.
CONFIDENTIAL