unicode_default_chset(3) return the system character set name

Other Alias

unicode_locale_chset

SYNOPSIS


#include <courier-unicode.h>

const char *unicode_default_chset(void);
const char *unicode_locale_chset(void);

DESCRIPTION

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.

AUTHOR

Sam Varshavchik

Author