Class CEmulationLocale

java.lang.Object
org.python.modules._locale.CEmulationLocale
All Implemented Interfaces:
DateSymbolLocale, PyLocale

public class CEmulationLocale extends Object implements PyLocale
Emulates the Python (ie POSIX) 'C' locale. The C emulation locale uses only ANSI characters in non-unicode strings, in keeping with it being the locale of last resort and maximum compatibility. Used by the _locale module. Callers would not usually interact with this class directly unless working with _locale internals.
Since:
Jython 2.7.2