We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a6430 commit 7e5d0eeCopy full SHA for 7e5d0ee
src/unicode.h
@@ -63,4 +63,6 @@ uint8_t unicode_utf8_to_byte(const std::string & utf8);
63
64
uint32_t unicode_tolower(uint32_t cpt);
65
66
+bool unicode_cpt_is_han(uint32_t cpt);
67
+
68
std::vector<std::string> unicode_regex_split(const std::string & text, const std::vector<std::string> & regex_exprs);
0 commit comments