implement CAPIT & ALL_CAPIT

This commit is contained in:
krangelov
2021-12-01 13:56:52 +01:00
parent 0562d3fbdb
commit 03a5353c08
3 changed files with 176 additions and 2 deletions

View File

@@ -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