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>).
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. In addition, choose an appropriate character other than a blank space (such as a question mark) to display characters that cannot be displayed normally, or use characters that are similar, particularly for European alphabets. (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
54<BR> (excluding 0x00D0, 0x00D7, 0x00DE, 0x00F0, 0x00F7 and 0x00FE) <BR> 0x0152 - 0x0153 <BR> 0x0178    </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
60<BR> 0x0384 - 0x03CE<BR> (excluding 0x038B, 0x038D and 0x03A2)<BR>    </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
66<BR> 0x3092 - 0x3093    </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 - 0x30F6
72<BR> 0x30FC    </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> <!--         0x0021 - 0x002F<BR>         0x003A - 0x0040<BR>         0x005B - 0x0060<BR>         0x007B - 0x007E<BR>         --> <IMG SRC="nickname_char001.png"> <!--         0x00A2<BR>         0x00A3<BR>         0x00A5<BR>         0x00A9<BR>         0x00AB<BR>         0x00B1<BR>         0x00B7<BR>         0x00BB<BR>         0x00D7<BR>         0x00F7<BR>         0x25A1<BR>         0x25B3<BR>         0x25C7<BR>         0x25CB<BR>         0x25CE<BR>         0x2606<BR>         0x266A<BR>         0x266D<BR>         -->
79    </TD>
80<TD BGCOLOR="#FFFFFF">Common</TD>
81  </TR>
82  <TR>
83<TD BGCOLOR="#FFFFFF">Symbol</TD>
84    <TD BGCOLOR="#FFFFFF"><IMG SRC="nickname_char002.png"> <!--         0x00A1<BR>         0x00A7<BR>         0x00AA<BR>         0x00AE<BR>         0x00BA<BR>         0x00BF<BR>         0x20AC<BR>         0x2122<BR>         -->
85    </TD>
86    <TD BGCOLOR="#FFFFFF">Only for North America and Europe Releases</TD>
87  </TR>
88  <TR>
89<TD BGCOLOR="#FFFFFF">Symbol</TD>
90    <TD BGCOLOR="#FFFFFF"><IMG SRC="nickname_char003.png"> <!--         0x00B0<BR>         0x2022<BR>         0x2026<BR>         0x203B<BR>         0x20AC<BR>         0x2234<BR>         0x25A0<BR>         0x25B2<BR>         0x25BC<BR>         0x25BD<BR>         0x25C6<BR>         0x25CF<BR>         0x2605<BR>         0x3001<BR>         0x3002<BR>         0x300C<BR>         0x300D<BR>         0x3012<BR>         0xFF01<BR>         0xFF1F<BR>         0xFF5E<BR>         -->
91    </TD>
92    <TD BGCOLOR="#FFFFFF">Only for Japan Releases</TD>
93  </TR>
94</TABLE>
95
96<H2>See Also</H2>
97<P>
98    <a href="intro.html">NWC24 Friend Roster Functions</a><BR> <a href="../Types/NWC24FriendAttr.html"><code>NWC24FriendAttr</code></a>
99</P>
100
101
102<H2>Revision History</H2>
103<P>
1042007/11/22 Initial version.
105</P>
106
107<hr><p>CONFIDENTIAL</p></body>
108</HTML>