libnative-utilities/include/encoding/CharTableUTF8.hpp
2024-08-15 18:40:30 +08:00

15 lines
239 B
C++

#ifndef CHARTABLEUTF8_HPP
#define CHARTABLEUTF8_HPP
class CharTableUTF8{
public:
static const unsigned int UTF8Table_size=22645;
static const unsigned int UTF8Table[UTF8Table_size];
};
#endif // CHARTABLEUTF8_HPP