libnative-utilities/include/encoding/CharTableGBK.hpp

15 lines
234 B
C++
Raw Permalink Normal View History

2024-08-15 18:40:30 +08:00
#ifndef CHARTABLEGBK_HPP
#define CHARTABLEGBK_HPP
class CharTableGBK{
public:
static const unsigned int GBKTable_size=22645;
static const unsigned short GBKTable[GBKTable_size];
};
#endif // CHARTABLEGBK_HPP