Package oracle.i18n.lcsd
Provides classes to automatically detect and recognize language, encoding, or both based on text input. Language is based on ISO, and encoding is based on IANA or Oracle character sets.
-
Class Summary Class Description LCSDetectionHTMLInputStream TheLCSDetectionHTMLInputStream
class extends theLCSDetectionInputStream
class to support the language/encoding detection for input in HTML format.LCSDetectionHTMLReader TheLCSDetectionHTMLReader
class extends theLCSDetectionReader
class to support the language/encoding detection for input in HTML format.LCSDetectionInputStream TheLCSDetectionInputStream
class is the language and character detector stream class that transparently detects the language and character set for the stream object.LCSDetectionReader TheLCSDetectionReader
class is the language and character detector (LCSD) reader class that transparently detects the character set and converts it to the Unicode data.LCSDetector TheLCSDetector
class contains methods to automatically detect and recognize language, encoding, or both based on text input.LCSDResultSet TheLCSDResultSet
class stores the result generated by theLCSDetector
class.