uconvert_toascii - Man Page

Converts strings from the current format into ASCII. Allegro game programming library.

Synopsis

#include <allegro.h>

char *uconvert_toascii(const char *s, char buf[]);

Description

Helper macro for converting strings from the current encoding format into  ASCII. Expands to uconvert(s, U_CURRENT, buf, U_ASCII, sizeof(buf)).

See Also

uconvert(3)

Referenced By

uconvert(3).

version 4.4.3 Allegro manual