Synopsis

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

Purpose

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

Description

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

Input

jis

The JIS value

euc

The uninitialized EUC value

Output

jis

The JIS value

euc

The EUC value