Regina Calculation Engine
|
A simple class with static routines for querying information about the current locale. More...
#include <utilities/i18nutils.h>
Public Member Functions | |
Locale ()=delete | |
Disable the default constructor, since all routines are static. More... | |
Static Public Member Functions | |
static const char * | codeset () |
Returns the character encoding used in the current locale. More... | |
A simple class with static routines for querying information about the current locale.
These routines use ::setlocale() to determine the current locale, which means they respect environment variables such as LANG and LC_ALL.