Package org.python.modules._locale


package org.python.modules._locale
  • Class
    Description
    Java native implementation of underlying locale functions, fitting the interface defined or implied by the Python locale module.
    Emulates the Python (ie POSIX) 'C' locale.
    Separating these largely constant values from Python encoding conversions allows for safer initialization even if modules are loaded in different orders.
    Date related string values.
    Sources locale information from standard Java API functions, such as that in Locale and DecimalFormat.
    Definition of a Python native locale implementation.