unicode : fix? unicode_wstring_to_utf8
This commit is contained in:
parent
36d983262e
commit
06d3e693db
3 changed files with 19 additions and 21 deletions
|
@ -17,4 +17,4 @@ 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;
|
||||
extern const std::set<std::string> unicode_regex_with_custom_preprocessor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue