Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
UNICODE_DEFAULT_CHSE(3)      Courier Unicode Library	 UNICODE_DEFAULT_CHSE(3)

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  charac-
     ter  set (usually "nl_langinfo(CODESET)", or from some suitable environment
     variable).  unicode_locale_chset() returns the name of the current applica-
     tion locale's character set.

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

AUTHOR
     Sam Varshavchik
	 Author

Courier Unicode Library 	   04/12/2026		 UNICODE_DEFAULT_CHSE(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=unicode_default_chset&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help