Synopsis
(macro) int unl_Jis208ToEuc(int jis, int euc)
Purpose
Get the equivalent EUC value for a a particular JIS value.
Description
EUC and JIS are two standards for characters. This function takes a value representing a character in the 208 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