List of Characters That Can Be Input in the Address Book

Introduction

The user uses the Wii Message Board address book feature to register the friend information to the console's friend roster. The following is a list of codes that can be used in the address book for entering nicknames (name) within the friend information (NWC24FriendAttr). The character filter file usable with NintendoWare for Revolution's fontcvtr is located in RevoEX/tools/wii_friend_name.xllt.

If the application is to display information from the console's friend roster, prepare the fonts for these characters, if possible, so that they will display accurately. Furthermore, if a character string includes a character or characters that cannot be handled by any means, use the closest English character in the case of European letters, or use a suitable symbol other than a blank space (such as "?") as a substitute character in other cases. (Do not use substitute characters that would change the meaning of the text.)

Code List


Type of Character Character Code (Unicode) Comments
Numbers 0x0030 - 0x0039 Common
Uppercase Letters (English) 0x0041 - 0x005A Common
Lowercase Letters (English) 0x0061 - 0x007A Common
Blank Space 0x0020 Common
Latin Characters 0x00C0 - 0x00FF
(except for 0x00D0, 0x00D7, 0x00DE, 0x00F0, 0x00F7, and 0x00FE)
0x0152 - 0x0153
0x0178
Only for North America and Europe Releases
Greek Text 0x037E
0x0384 - 0x03CE
(except for 0x038B, 0x038D, and 0x03A2)
Only for North America and Europe Releases
Hiragana 0x3041 - 0x308F
0x3092 - 0x3093
Only for Japan Releases
Katakana 0x30A1 - 0x30EF
0x30F2 - 0x30F6
0x30FC
Only for Japan Releases
Symbol
Common
Symbol Only for North America and Europe Releases
Symbol Only for Japan Releases

See Also

NWC24 Friend Roster Functions
NWC24FriendAttr

Revision History

2008/05/27 Added a description concerning the xllt file.
2008/01/21 Fixed omissions.
2007/11/22 Initial version.


CONFIDENTIAL