1UNICODE_DEFAULT_CHSE(3) Courier Unicode Library UNICODE_DEFAULT_CHSE(3)
2
3
4
6 unicode_default_chset, unicode_locale_chset - return the system
7 character set name
8
10 #include <courier-unicode.h>
11
12 const char *unicode_default_chset(void);
13
14 const char *unicode_locale_chset(void);
15
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
23 courier-unicode(7), unicode_convert_tocase(3).
24
26 Sam Varshavchik
27 Author
28
29
30
31Courier Unicode Library 05/31/2022 UNICODE_DEFAULT_CHSE(3)