Skip to content

Commit 7e5d0ee

Browse files
Kimi-K2
1 parent f8a6430 commit 7e5d0ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/unicode.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,6 @@ uint8_t unicode_utf8_to_byte(const std::string & utf8);
6363

6464
uint32_t unicode_tolower(uint32_t cpt);
6565

66+
bool unicode_cpt_is_han(uint32_t cpt);
67+
6668
std::vector<std::string> unicode_regex_split(const std::string & text, const std::vector<std::string> & regex_exprs);

0 commit comments

Comments
 (0)