Synopsis

int unl_JisToShift(int jis_val)

Purpose

Gets the Shift JIS equivalent of a JIS integer.

Description

Shift JIS and JIS are two standards for specific international characters. This function takes an integer formatted in the JIS standard and returns an integer formatted in the Shift JIS standard.

Input

jis_val

Integer formatted in the JIS standard

Return

Integer formatted in the Shift JIS standard or zero if error