unicode : category support via std::regex
This commit is contained in:
parent
581c4a0239
commit
b97add52a4
4 changed files with 172 additions and 99 deletions
|
@ -16,5 +16,4 @@ extern const std::vector<std::pair<uint32_t, uint32_t>> unicode_ranges_symbol;
|
|||
extern const std::vector<std::pair<uint32_t, uint32_t>> unicode_ranges_control;
|
||||
extern const std::multimap<uint32_t, uint32_t> unicode_map_nfd;
|
||||
extern const std::map<char32_t, char32_t> unicode_map_lowercase;
|
||||
extern const std::map<std::string, std::wstring> unicode_regex_equivalent_wregex;
|
||||
extern const std::set<std::string> unicode_regex_with_custom_preprocessor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue