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
Explanation:

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.


Reference:	nuContPakJisToN64