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)