Synopsis

UNL_UNICODET unl_UnicodeToJis(long option, int uni_int)

Purpose

Get the JIS value equivalent to the unicode integer value passed in

Description

Will return the JIS value equivalent to the unicode integer passed in. unl_Initialized should be called before using this function.

Input

option

Options (not used)

uni_int

Unicode integer used to get JIS X value

Return

Structure containing the JIS value and a char indicat ing what table it is from; 8 for 208, 2 for 212, and i for invalid.