Synopsis

int unl_JisToUnicode(long option, int jis_int)

Purpose

To get the Unicode equivalent to a particular JIS value.

Description

The Unicode value corresponding to the JIS value passed in will be returned from the 208 or 212 array based on the option passed in. Note: unl_Initialize should be called before using this function.

Input

option

UNL_JIS208

access from the 208 array

UNL_JIS212

access from the 212 array

jis_int

JIS value to get Unicode from

Return

The corresponding Unicode integer or zero if not found