conv_tbl.cpp

来自「This software performs code conversion o」· C++ 代码 · 共 74 行

CPP
74
字号
// conv_tbl.cpp

#include <stddef.h>
#include "msc.h"
#include "conv_tbl.h"



////////////////////////////////////////
//             RTFCONV.DLL            //
////////////////////////////////////////
#ifdef RTFCONV_DLL



#include "sjismac.h"
#include "sjisorg.h"
#include "sjisnec.h"

#define CW2GB_ARITHMETICAL
#define CW2GB_NOTCONVERT_UNDER_8740
#include "cw2gb.h"
#include "kg2gb.h"

#define CWN2CW_ARITHMETICAL
#include "cwn2cw.h"

#include "codepage.h"
#include "sym2uni.h"



#endif
////////////////////////////////////////
//             CHNCONV.DLL            //
////////////////////////////////////////
#ifdef CHNCONV_DLL



#include "sjisnec.h"

#include "gb2big5.h"
#include "big52gb.h"

#include "gb2cw.h"
#include "cw2gb.h"
#include "kg2gb.h"

#include "nh2cw.h"
#include "cw2nh.h"

#include "cwn2cw.h"
#include "cw2cwn.h"

#include "zq2cw.h"
#include "cw2zq.h"

#include "cx2cw.h"
#include "cw2cx.h"

#include "zj2cw.h"
#include "cw2zj.h"

#include "stringex.h"
#include "tm2cw.h"
#include "tm2uni.h"



#endif


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?