📄 conv_tbl.cpp
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -