KPRInitRegionJP

Syntax

#include <revolution/kpr.h>

void KPRInitRegionJP( void );

Arguments

None.

Return Values

None.

Description

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 KPRPutChar.

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.

The JP region includes code and maps for Romaji/Japanese-character conversion.

See Also

Key Processing Functions, KPRInitRegionUS, KPRInitRegionEU, KPRPutChar

Revision History

2007/07/09 Initial version.


CONFIDENTIAL