1
0
forked from GitHub/gf-core

first draft for lookupMorpho

This commit is contained in:
Krasimir Angelov
2022-05-30 21:16:34 +02:00
parent 92fbe08f51
commit 18f70b786f
9 changed files with 225 additions and 5 deletions

View File

@@ -35,4 +35,7 @@ pgf_utf8_encode(uint32_t ucs, uint8_t** buf);
PGF_INTERNAL_DECL
uint32_t pgf_utf8_to_upper(uint32_t c);
PGF_INTERNAL_DECL
bool pgf_utf8_is_space(uint32_t c);
#endif