#include <revolution/enc.h>
ENCResult ENCGetExternalEncoding(const ENCContext* context, u8* encoding);
context |
Character code conversion context. |
encoding |
Character string expression of the external character encoding name. |
ENC_OK: Successful completion
ENC_ERR_INVALID_PARAM: Invalid argument
ENC_ERR_UNKNOWN_ENCODING: Unidentifiable character encoding
Acquires external character encoding name from character code conversion context in a character string expression.
The maximum character string length including the character encoding name termination character will be defined as ENC_ENCODING_NAME_LENGTH.
2006/10/19 Initial version.
CONFIDENTIAL