1 ConeĀ©
2
3MAIL::SETAPPCHARSET(3x) Cone: COnsole Newsreader And E MAIL::SETAPPCHARSET(3x)
4
5
6
8 mail::setAppCharset - Set application character set
9
11 #include <libmail/misc.H>
12 #include <langinfo.h>
13
14 const char *myCharset=nl_langinfo(CODESET);
15
16 mail::setAppCharset(const char *myCharset);
17
19 This function should be used to specify the application's character
20 set. LibMAIL automatically translates names of folders between the
21 application's character set, and the mail server's character set.
22
23 Note
24 LibMAIL supports a limited number of character sets. The full
25 LibMAIL configuration supports the ISO-8859 character set family,
26 most windows character sets, and KOI8-R. Some East Asian character
27 sets (Japanese, traditional and simplified Chinese) are
28 experimental, and have not been fully tested.
29
31 This function returns true if the character set was succesfully
32 installed; false if the character set is not supported.
33
35 mail::account::open(3x).
36
38 Sam Varshavchik
39
40
41
42ConeĀ© 08/25/2016 MAIL::SETAPPCHARSET(3x)