Package org.python.modules._locale
-
Interface Summary Interface Description DateSymbolLocale Date related string values.PyLocale Definition of a Python native locale implementation. -
Class Summary Class Description _locale Java native implementation of underlying locale functions, fitting the interface defined or implied by the Python locale module.CEmulationLocale Emulates the Python (ie POSIX) 'C' locale.DateSymbolJyLocale Separating these largely constant values from Python encoding conversions allows for safer initialization even if modules are loaded in different orders.JyLocale Sources locale information from standard Java API functions, such as that inLocale
andDecimalFormat
.