Functions
SJIS_Convert
c8* SJIS_Convert(
const c8* src,
c8* dest
)

Convert a Shift-JIS text into MSX font format

Parameters
src
const c8*

Source string in Shift-JIS format (Zero terminated)

dest
c8*

Destination string (Zero terminated). Buffer must be big enough to contain the resulting string

Return

Pointer to the destination string