Package oracle.i18n.text
Provides general text data globalization support, such as collation, date/time format, and number/currency format, associated with specific Oracle locale.
-
Class Summary Class Description CharacterValidationReader TheCharacterValidationReaderclass is the validator class that checks the conversion failure, and optionally checks the HTML.OraCollationKey TheOraCollationKeyclass represents aStringobject under control of a specificOraCollatorobject.OraCollator TheOraCollatorclass performs locale-sensitive string comparisons, including linguistic collation and binary sorting.OraDateFormat TheOraDateFormatclass is an abstract class to do locale-sensitive formatting and parsing between date/time and string.OraDateFormatSymbols TheOraDateFormatSymbolsclass is a class that maintains Oracle translations for date/time-related strings such as month names and day-of-the-week names.OraDecimalFormat TheOraDecimalFormatclass is a concrete class to do locale-sensitive formatting and parsing between number and string.OraDecimalFormatSymbols TheOraDecimalFormatSymbolsclass is a class that maintains Oracle decimal format symbols such as decimal separator and currency symbols.OraNormalizer TheOraNormalizerclass is a class used for normalizing strings following the Unicode Standard.OraNumberFormat TheOraNumberFormatclass is an abstract class to do locale-sensitive formatting and parsing between number and string.OraSimpleDateFormat TheOraSimpleDateFormatclass is a concrete class to do locale-sensitive formatting and parsing between date/time and string.OraUnicodeProperty ThisOraUnicodePropertyclass is used to access Unicode character property.UTF8ValidationFilter TheUTF8ValidationFilterclass is used to check the illegal UTF-8 byte sequence to replace with the replacement character U+FFFD or raise an exception.UTF8ValidationFilter.ValidationBehavior TheValidationBehaviorclass is the class used to determine the behavior in case the conversion fails.