Function


nuContPakN64ToJis


Syntax

void nuContPakN64ToJis(u8* src, u8* dest, u32 len)
Arguments
*src      pointer to conversion source character string
*dest     pointer to conversion destination character string
len       length of conversion source character string
Return Value
None
Description

Converts N64 font code into JIS code

Converts the N64 font code specified by "src" into JIS code and stores it in "dest." "len" is the length of the string specified by "src." Katakana daku-ten and handaku-ten comprise 1 byte of N64 font code, but they are converted into 2 bytes of katakana + daku-ten/handaku-ten in JIS code, so the dest character string will be longer than the src character string.

See Also

nuContPakJisToN64