set_filename_encoding

Langue: en

Version: version 4.2.3 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

set_filename_encoding - Sets the encoding to use for filenames. Allegro game programming library.

SYNOPSIS

#include <allegro.h>

void set_filename_encoding(int encoding)

DESCRIPTION

Sets the encoding to use for filenames. By default, UTF-8 is assumed.

SEE ALSO

get_filename_encoding(3)