DOKK / manpages / debian 12 / libcourier-unicode-dev / unicode_locale_chset.3.en
UNICODE_DEFAULT_CHSE(3) Courier Unicode Library UNICODE_DEFAULT_CHSE(3)

unicode_default_chset, unicode_locale_chset - return the system character set name

#include <courier-unicode.h>

const char *unicode_default_chset(void);

const char *unicode_locale_chset(void);

unicode_default_chset() returns the name of the system environment character set (usually “nl_langinfo(CODESET)”, or from some suitable environment variable). unicode_locale_chset() returns the name of the current application locale's character set.

courier-unicode(7), unicode_convert_tocase(3).

Sam Varshavchik

Author
11/25/2020 Courier Unicode Library