uwidth - Man Page
Low level helper function for testing Unicode text data. Allegro game programming library.
Synopsis
#include <allegro.h>
int uwidth(const char *s);
Description
Low level helper function for testing Unicode text data.
Return Value
Returns the number of bytes occupied by the first character of the specified string, in the current encoding format.
See Also
uwidth_max(3), ugetc(3), ugetx(3), usetc(3), ucwidth(3), uisok(3)
Referenced By
register_uformat(3), set_uformat(3), ucwidth(3), ugetc(3), ugetx(3), uisdigit(3), uisok(3), uisspace(3), usetc(3), utolower(3), utoupper(3), uwidth_max(3).
version 4.4.3 Allegro manual