set_filename_encoding
Sets the encoding to use for filenames. Allegro game programming library.
- Provided by: allegro4-doc (Version: 2:4.4.3.1-2)
- Source: allegro4.4
- Report a bug
Sets the encoding to use for filenames. Allegro game programming library.
#include <allegro.h>
void set_filename_encoding(int encoding)
Sets the encoding to use for filenames. By default, UTF-8 is assumed.
get_filename_encoding(3alleg4)