from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
UNICODE_DEFAULT_CHSE
Section: Courier Unicode Library (3) Updated: 07/29/2015 Index
Return to Main Contents
NAME
unicode_default_chset, unicode_locale_chset - 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
lqnl_langinfo(CODESET)rq, 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
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
- AUTHOR
-
|