My Project
|
this is usually used for translating from simplified Chinese to traditional Chinese character. More...
#include <SimpleTranslator.h>
Public Types | |
typedef std::map< WCHAR, WCHAR > | CharacterWideCharMap_type |
Public Member Functions | |
CSimpleTranslater (const char *sFileName) | |
const WCHAR * | TranslateW (const WCHAR *sText) |
this is usually used for translating from simplified Chinese to traditional Chinese character.
TODO: move this to a separate source file