logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

unicode_default_chset, unicode_locale_chset - return the system character set name

Author

SamVarshavchik
           Author

Courier Unicode Library                            05/18/2024                            UNICODE_DEFAULT_CHSE(3)

Description

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

Name

       unicode_default_chset, unicode_locale_chset - return the system character set name

See Also

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

Synopsis

#include<courier-unicode.h>constchar*unicode_default_chset(void);constchar*unicode_locale_chset(void);

See Also