forked from GitHub/gf-core
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