Update unicode data
This commit is contained in:
parent
ba4bbbd1ad
commit
8f9f05bf6d
2 changed files with 4520 additions and 2275 deletions
6793
src/unicode-data.cpp
6793
src/unicode-data.cpp
File diff suppressed because it is too large
Load diff
|
@ -13,7 +13,7 @@ struct range_nfd {
|
|||
|
||||
static const uint32_t MAX_CODEPOINTS = 0x110000;
|
||||
|
||||
extern const std::vector<std::pair<uint32_t, uint16_t>> unicode_ranges_flags;
|
||||
extern const std::vector<uint16_t> unicode_rle_codepoints_categs;
|
||||
extern const std::unordered_set<uint32_t> unicode_set_whitespace;
|
||||
extern const std::unordered_map<uint32_t, uint32_t> unicode_map_lowercase;
|
||||
extern const std::unordered_map<uint32_t, uint32_t> unicode_map_uppercase;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue