|
NAMEuconvert_ascii - Converts string from ASCII into the current format. Allegro game programming library. SYNOPSIS#include <allegro.h> char *uconvert_ascii(const char *s, char buf[]); DESCRIPTIONHelper macro for converting strings from ASCII into the current encoding format. Expands to uconvert(s, U_ASCII, buf, U_CURRENT, sizeof(buf)). SEE ALSOuconvert(3), exunicod(3)
|