mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 23:02:50 -06:00
fix the UTF8 implementation in libgu
This commit is contained in:
@@ -32,7 +32,10 @@ gu_out_utf8(GuUCS ucs, GuOut* out, GuExn* err)
|
||||
// Helper functions used in other modules
|
||||
|
||||
GuUCS
|
||||
gu_utf8_decode(const uint8_t** utf8);
|
||||
gu_utf8_decode(const uint8_t** buf);
|
||||
|
||||
void
|
||||
gu_utf8_encode(GuUCS ucs, uint8_t** buf);
|
||||
|
||||
void
|
||||
gu_in_utf8_buf(uint8_t** buf, GuIn* in, GuExn* err);
|
||||
|
||||
Reference in New Issue
Block a user