wpm : portable unicode tolower (#6305)

Also use C locale for ispunct/isspace, and split unicode-data.cpp from unicode.cpp.
This commit is contained in:
Jared Van Bortel
2024-03-26 17:46:21 -04:00
committed by GitHub
parent de7b41ef94
commit e8b00e1e36
9 changed files with 1699 additions and 1425 deletions

View File

@@ -1170,6 +1170,7 @@ add_library(llama
llama.h
unicode.h
unicode.cpp
unicode-data.cpp
)
target_include_directories(llama PUBLIC .)