1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="Microsoft FrontPage 5.0">
7<META http-equiv="Content-Style-Type" content="text/css">
8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
9<title>KPRInitRegionJP</title>
10</head>
11
12<body>
13
14<h1>KPRInitRegionJP</h1>
15
16<h2>Syntax</h2>
17<dl><dd><pre class="construction">
18#include &lt;revolution/kpr.h&gt;
19
20void KPRInitRegionJP( void );
21</pre></dd></dl>
22
23<h2>Arguments</h2>
24<p>None.</p>
25
26<h2>Return Values</h2>
27<p>None.</p>
28
29<h2>Description</h2>
30<p>This function ensures that proper code and maps are set up to handle key processing for the JP region. One or more regions must be initialized before calling <code><a href="KPRPutChar.html">KPRPutChar</code></a>.</p>
31<p>The region initializers control which key processing code and maps are linked into the application code. If a region is not initialized, its code and maps are not included in the application code.
32</p>
33<p>The JP region includes code and maps for Romaji/Japanese-character conversion.</p>
34
35<h2>See Also</h2>
36<P class="reference">
37<a href="list.html">Key Processing Functions</a>,
38<a href="KPRInitRegionUS.html">KPRInitRegionUS</a>,
39<a href="KPRInitRegionEU.html">KPRInitRegionEU</a>,
40<a href="KPRPutChar.html">KPRPutChar</a>
41</p>
42
43<H2>Revision History</H2>
44<P>
452007/07/09 Initial version.<br>
46</P>
47
48<hr><p>CONFIDENTIAL</p></body>
49</HTML>