2 * Acess2 GUI (AxWin) Version 3
3 * - By John Hodge (thePowersGang)
6 * - UTF-8 Parsing header
13 extern int ReadUTF8(const char *Input, uint32_t *Val);
14 extern int ReadUTF8Rev(const char *Base, int Offset, uint32_t *Val);
15 extern int WriteUTF8(char *buf, uint32_t Val);