1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6<TITLE>Character list used for the Wii address book</TITLE> 7<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 8</HEAD> 9<BODY> 10<H1>List of Characters That Can Be Input in the Address Book</H1> 11 12<H2>Introduction</H2> 13 14<P> 15The 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 (<CODE>name</CODE>) within the friend information (<a href="../Types/NWC24FriendAttr.html"><code>NWC24FriendAttr</code></a>). The character filter file usable with NintendoWare for Revolution's <CODE>fontcvtr</CODE> is located in <CODE>RevoEX/tools/wii_friend_name.xllt</CODE>. 16</P> 17<P> 18If 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.) 19</P> 20 21<H2>Code List</H2> 22 23<BR> 24 25<TABLE width="600" border="1" cellspacing="0.1"> 26 <TR> 27<TD width="80" bgcolor="#C0C0C0">Type of Character</TD> 28 <TD width="440" bgcolor="#C0C0C0">Character Code (Unicode)</TD> 29<TD width="80" bgcolor="#C0C0C0">Comments</TD> 30 </TR> 31 <TR> 32 <TD BGCOLOR="#FFFFFF">Numbers</TD> 33 <TD BGCOLOR="#FFFFFF">0x0030 - 0x0039</TD> 34<TD BGCOLOR="#FFFFFF">Common</TD> 35 </TR> 36 <TR> 37 <TD BGCOLOR="#FFFFFF">Uppercase Letters (English)</TD> 38 <TD BGCOLOR="#FFFFFF">0x0041 - 0x005A</TD> 39<TD BGCOLOR="#FFFFFF">Common</TD> 40 </TR> 41 <TR> 42 <TD BGCOLOR="#FFFFFF">Lowercase Letters (English)</TD> 43 <TD BGCOLOR="#FFFFFF">0x0061 - 0x007A</TD> 44<TD BGCOLOR="#FFFFFF">Common</TD> 45 </TR> 46 <TR> 47 <TD BGCOLOR="#FFFFFF">Blank Space</TD> 48<TD BGCOLOR="#FFFFFF">0x0020</TD> 49<TD BGCOLOR="#FFFFFF">Common</TD> 50 </TR> 51 <TR> 52<TD BGCOLOR="#FFFFFF">Latin Characters</TD> 53<TD BGCOLOR="#FFFFFF">0x00C0 - 0x00FF<BR> (except for 0x00D0, 0x00D7, 0x00DE, 0x00F0, 0x00F7, and 0x00FE)<BR> 0x0152 - 0x0153<BR> 0x0178 54 </TD> 55<TD BGCOLOR="#FFFFFF">Only for North America and Europe Releases</TD> 56 </TR> 57 <TR> 58<TD BGCOLOR="#FFFFFF">Greek Text</TD> 59<TD BGCOLOR="#FFFFFF">0x037E<BR> 0x0384 - 0x03CE<BR> (except for 0x038B, 0x038D, and 0x03A2)<BR> 60 </TD> 61<TD BGCOLOR="#FFFFFF">Only for North America and Europe Releases</TD> 62 </TR> 63 <TR> 64<TD BGCOLOR="#FFFFFF">Hiragana</TD> 65<TD BGCOLOR="#FFFFFF">0x3041 - 0x308F<BR> 0x3092 - 0x3093 66 </TD> 67<TD BGCOLOR="#FFFFFF">Only for Japan Releases</TD> 68 </TR> 69 <TR> 70<TD BGCOLOR="#FFFFFF">Katakana</TD> 71<TD BGCOLOR="#FFFFFF">0x30A1 - 0x30EF<BR> 0x30F2 - 0x30F6<BR> 0x30FC 72 </TD> 73<TD BGCOLOR="#FFFFFF">Only for Japan Releases</TD> 74 </TR> 75 <TR> 76<TD BGCOLOR="#FFFFFF">Symbol</TD> 77 <TD BGCOLOR="#FFFFFF"> 78 <IMG SRC="nickname_char000.png"><BR> 79 <IMG SRC="nickname_char001.png"> 80 </TD> 81<TD BGCOLOR="#FFFFFF">Common</TD> 82 </TR> 83 <TR> 84<TD BGCOLOR="#FFFFFF">Symbol</TD> 85 <TD BGCOLOR="#FFFFFF"><IMG SRC="nickname_char002.png"> 86 </TD> 87 <TD BGCOLOR="#FFFFFF">Only for North America and Europe Releases</TD> 88 </TR> 89 <TR> 90<TD BGCOLOR="#FFFFFF">Symbol</TD> 91 <TD BGCOLOR="#FFFFFF"><IMG SRC="nickname_char003.png"> 92 </TD> 93 <TD BGCOLOR="#FFFFFF">Only for Japan Releases</TD> 94 </TR> 95</TABLE> 96 97<H2>See Also</H2> 98<P> 99 <a href="intro.html">NWC24 Friend Roster Functions</a><BR> <a href="../Types/NWC24FriendAttr.html"><code>NWC24FriendAttr</code></a> 100</P> 101 102 103<H2>Revision History</H2> 104<P> 1052008/05/27 Added a description concerning the <CODE>xllt</CODE> file. <BR>2008/01/21 Fixed omissions. <BR>2007/11/22 Initial version. 106</P> 107 108<hr><p>CONFIDENTIAL</p></body> 109</HTML>