uconvert_toascii.3alleg

Langue: en

Version: version 4.2.2 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

uconvert_toascii - 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(3alleg)