Files
libnative-utilities/include/encoding/CharTableUTF8.hpp

15 lines
239 B
C++
Raw Normal View History

2024-08-15 18:40:30 +08:00
#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