Class CEmulationLocale

  • All Implemented Interfaces:
    DateSymbolLocale, PyLocale

    public class CEmulationLocale
    extends java.lang.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