1uisok(3)                        Allegro manual                        uisok(3)
2
3
4

NAME

6       uisok  - Low level helper function for testing Unicode text data. Alle‐
7       gro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int uisok(int c);
14

DESCRIPTION

16       Low level helper function for testing Unicode text data. Finds  out  if
17       the character value `c' can be encoded correctly in the current format,
18       which can be useful if you are converting  from  Unicode  to  ASCII  or
19       another encoding format where the range of valid characters is limited.
20

RETURN VALUE

22       Returns non-zero if the value can be correctly encoded, zero otherwise.
23
24

SEE ALSO

26       ugetc(3), ugetx(3), usetc(3), uwidth(3), ucwidth(3)
27
28
29
30Allegro                          version 4.2.2                        uisok(3)
Impressum