| 
    Regina 7.0 Calculation Engine
    
   | 
 
A simple class with static routines for querying information about the current locale. More...
#include <utilities/i18nutils.h>
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.
      
  | 
  static | 
Returns the character encoding used in the current locale.
This is a plain string, such as "UTF-8" or "ISO-8859-1".