#include "translator.h"
Go to the source code of this file.
Functions | |
unsigned int | hankaku2zen (int hankaku) |
unsigned int | euc2sjis (unsigned int euc) |
This file contains implementation of the translator methods that are not expected to be reimplemented by derived translator classes. It also contains static data tables used by the methods.
Definition in file translator.cpp.
unsigned int euc2sjis | ( | unsigned int | euc | ) |
returns the character converted from japaneseEUC to SJIS Thanks Yongmao Ni http://alfin.mine.utsunomiya-u.ac.jp/~niy/algo/
Definition at line 191 of file translator.cpp.
References hankaku2zen().
Referenced by Translator::JapaneseEucToSjis().
unsigned int hankaku2zen | ( | int | hankaku | ) |
returns the caracter converted from hankaku-kana to zenkakukana. Thanks Yongmao Ni http://alfin.mine.utsunomiya-u.ac.jp/~niy/algo/
Definition at line 173 of file translator.cpp.
Referenced by euc2sjis().