N64® Functions Menu

al - Audio Library Functions
gDP - DP GBI Macros
gdSP - General GBI Macros
gSP - SP GBI Macros
gt - Turbo Microcode RDP
gu - Graphics Utilities
Math - Math Functions
nuSys - NuSystem
os - N64 Operating System
sp - Sprite Library Functions
uh - Host to Target IO
64DD - N64 Disk Drive

Nintendo® Confidential

   

nuContPakJisToN64

Format
void nuContPakJisToN64(u8* src, u8* dest, u32 len)

Arguments
  • src is the pointer to the conversion source character string
  • dest is the pointer to conversion destination character string
  • len is the conversion source character string length
Returned Value
none

What This Function Does
It converts JIS code into N64 font code. The JIS code character string pointed to by src is converted into N64 font code and stored in the string pointed to by dest. The len argument is the length of the character string pointed to by src. The 2-byte katakana characters with voiced and semi-voiced consonant markers are converted into the corresponding 1-byte N64 font codes.

See Also
nuContPakN64ToJis



Nintendo® Confidential

Warning: all information in this document is confidential and covered by a non-disclosure agreement. You are responsible for keeping this information confidential and protected. Nintendo will vigorously enforce this responsibility.


Copyright © 1998
Nintendo of America Inc. All rights reserved
Nintendo and N64 are registered trademarks of Nintendo
Last updated January 1998