mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 01:32:50 -06:00
implement CAPIT & ALL_CAPIT
This commit is contained in:
@@ -16,4 +16,7 @@ pgf_utf8_decode(const uint8_t** src_inout);
|
||||
PGF_API void
|
||||
pgf_utf8_encode(uint32_t ucs, uint8_t** buf);
|
||||
|
||||
PGF_INTERNAL_DECL
|
||||
uint32_t pgf_utf8_to_upper(uint32_t c);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user