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>NWC24AutoEncodingType</TITLE>
7<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
8</HEAD>
9<BODY>
10<H1>NWC24AutoEncodingType</H1>
11
12<H2>Syntax</H2>
13<DL>
14  <DD><PRE><CODE>#include &lt;revolution/nwc24.h&gt;</CODE></PRE>
15  <DD><PRE><CODE>typedef enum NWC24AutoEncodingType
16{
17    NWC24_AUTOENCODING_JP        = 0,
18    NWC24_AUTOENCODING_US        = 1,
19    NWC24_AUTOENCODING_EU        = 2,
20    NWC24_AUTOENCODING_KR        = 3,
21    NWC24_AUTOENCODING_CN        = 4
22
23} NWC24AutoEncodingType;
24</CODE></PRE>
25</DL>
26
27<H2>Description</H2>
28<P>
29Parameter values that are used to determine the region at automatic encoding detection in library functions that handle public messages. The value provided here should indicate the same region as the region of the game. Moreover, in the future, multiple values may be set up for countries or areas within the same region.
30</P>
31<P>
32<TABLE border="1">
33  <TR>
34<TD width="150"><CODE>NWC24_AUTOENCODING_JP</CODE></TD>
35<TD>Automatic detection for the JP region.</TD>
36  </TR>
37  <TR>
38<TD width="150"><CODE>NWC24_AUTOENCODING_US</CODE></TD>
39<TD>Automatic detection for the US region.</TD>
40  </TR>
41  <TR>
42<TD width="150"><CODE>NWC24_AUTOENCODING_EU</CODE></TD>
43<TD>Automatic detection for the EU region.</TD>
44  </TR>
45  <TR>
46<TD width="150"><CODE>NWC24_AUTOENCODING_KR</CODE></TD>
47<TD>Automatic detection for the KR region.</TD>
48  </TR>
49  <TR>
50<TD width="150"><CODE>NWC24_AUTOENCODING_CN</CODE></TD>
51<TD>Automatic detection for the CN region.</TD>
52  </TR>
53</TABLE>
54</P>
55
56<H2>See Also</H2>
57<P>
58</P>
59
60<H2>Revision History</H2>
61<P>
622008/07/11 Added support for the KR and CN regions<BR> 2007/01/30 Initial version
63</P>
64
65<hr><p>CONFIDENTIAL</p></body>
66</HTML>