unicode_default_chset - Man Page

return the system character set name

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.

See Also

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

Author

Sam Varshavchik

Author

Referenced By

courier-unicode(7), unicode::tolower(3), unicode_uc(3), unicode_u_ucs4_native(3).

The man page unicode_locale_chset(3) is an alias of unicode_default_chset(3).

05/31/2022 Courier Unicode Library