Synopsis

(macro) void unl_EucToJis212(int euc, int jis)

Purpose

Get the JIS value equivalent to the EUC value passed in.

Description

EUC and JIS are two standards for characters. This function takes a EUC value representing a character equivalent to a character in the 212 set and outputs the JIS equivalent

Input

euc

The EUC value

jis

The uninitialized JIS value

Output

euc

The EUC value

jis

The JIS value