1al_utf16_width(3)          Library Functions Manual          al_utf16_width(3)
2
3
4

NAME

6       al_utf16_width
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              size_t al_utf16_width(int c)
12

DESCRIPTION

14       Returns  the  number  of  bytes that would be occupied by the specified
15       code point when encoded in UTF–16.  This is either 2  or  4  bytes  for
16       legal code point values.  Otherwise returns 0.
17

SEE ALSO

19       al_utf16_encode(3), al_utf8_width(3)
20
21
22
23Allegro reference manual                                     al_utf16_width(3)
Impressum