ucwidth (3) - Linux Manuals
ucwidth: Low level helper function for testing Unicode text data. Allegro game programming library.
Command to display ucwidth
manual in Linux: $ man 3 ucwidth
NAME
ucwidth - Low level helper function for testing Unicode text data. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
int ucwidth(int c);
DESCRIPTION
Low level helper function for testing Unicode text data.
RETURN VALUE
Returns the number of bytes that would be occupied by the specified
character value, when encoded in the current format.
Pages related to ucwidth
- uconvert (3) - High level string encoding conversion wrapper. Allegro game programming library.
- uconvert_size (3) - Number of bytes needed to store a string after conversion. Allegro game programming library.