uconvert_ascii - Converts string from ASCII into the current format. Allegro game programming library.
Contents
Description
Helper macro for converting strings from ASCII into the current encoding format. Expands to uconvert(s,
U_ASCII, buf, U_CURRENT, sizeof(buf)).
Name
uconvert_ascii - Converts string from ASCII into the current format. Allegro game programming library.
See Also
uconvert(3alleg4), exunicod(3alleg4) Allegro version 4.4.3 uconvert_ascii(3alleg4)
Synopsis
#include<allegro.h>char*uconvert_ascii(constchar*s,charbuf[]);
