ugetc - Man Page
Low level helper function for reading Unicode text data. Allegro game programming library.
Synopsis
#include <allegro.h>
int ugetc(const char *s);
Description
Low level helper function for reading Unicode text data. Example:
int first_unicode_letter = ugetc(text_string);
Return Value
Returns the character pointed to by `s' in the current encoding format.
See Also
Referenced By
register_uformat(3), set_uformat(3), ucwidth(3), ugetx(3), uisdigit(3), uisok(3), uisspace(3), usetc(3), utolower(3), utoupper(3), uwidth(3).
version 4.4.3 Allegro manual