Package org.python.modules._locale
Class CEmulationLocale
java.lang.Object
org.python.modules._locale.CEmulationLocale
- All Implemented Interfaces:
DateSymbolLocale,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
-
Constructor Details
-
CEmulationLocale
public CEmulationLocale()
-
-
Method Details
-
localeconv
- Specified by:
localeconvin interfacePyLocale
-
getLocaleString
- Specified by:
getLocaleStringin interfacePyLocale
-
getUnderlyingLocale
- Specified by:
getUnderlyingLocalein interfacePyLocale
-
strcoll
-
strxfrm
-
getShortWeekdays
- Specified by:
getShortWeekdaysin interfaceDateSymbolLocale
-
getWeekdays
- Specified by:
getWeekdaysin interfaceDateSymbolLocale
-
getShortMonths
- Specified by:
getShortMonthsin interfaceDateSymbolLocale
-
getMonths
- Specified by:
getMonthsin interfaceDateSymbolLocale
-
getAmPmStrings
- Specified by:
getAmPmStringsin interfaceDateSymbolLocale
-