|
NAMEset_filename_encoding - Sets the encoding to use for filenames. Allegro game programming library.SYNOPSIS#include <allegro.h>void set_filename_encoding(int encoding) DESCRIPTIONSets the encoding to use for filenames. By default, UTF-8 is assumed.SEE ALSOget_filename_encoding(3)
Visit the GSP FreeBSD Man Page Interface. |