need_uconvert (3) Linux Manual Page
need_uconvert – Tells if a string requires encoding conversion. Allegro game programming library. Synopsis #include <allegro.h> int need_uconvert(const char *s, int type, int newtype); Description Given a pointer to a string (`s’), a description of the type of the string (`type’), and the type that you would like this string to be converted into (`newtype’),…
