stringprep_locale_charset (3) Linux Manual Page
stringprep_locale_charset – API function Synopsis #include <stringprep.h> const char *stringprep_locale_charset(void); Arguments void Description Find out current locale charset. The function respect the CHARSET environment variable, but typically uses nl_langinfo(CODESET) when it is supported. It fall back on "ASCII" if CHARSET isn’t set and nl_langinfo isn’t supported or return anything. Note that this function return the…
