1UNICODE_DEFAULT_CHSE(3)     Courier Unicode Library    UNICODE_DEFAULT_CHSE(3)
2
3
4

NAME

6       unicode_default_chset, unicode_locale_chset - return the system
7       character set name
8

SYNOPSIS

10       #include <courier-unicode.h>
11
12       const char *unicode_default_chset(void);
13
14       const char *unicode_locale_chset(void);
15

DESCRIPTION

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

SEE ALSO

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

AUTHOR

26       Sam Varshavchik
27           Author
28
29
30
31Courier Unicode Library           03/11/2017           UNICODE_DEFAULT_CHSE(3)
Impressum