Package net.sf.basedb.util.charset

  • Interface Summary
    Interface Description
    StringDetector
    Interface for checking if a text line in a file seems to be decoded correctly with the current character set.
  • Class Summary
    Class Description
    CharsetDetector
    Utility class for testing if a text stream can be parsed using a given character set.
    CharsetUtil
    Helper class for working with charsets and enabling the UTF-8 with fallback charsets: X-UTF-8_with_ISO-8859-1_fallback X-UTF-8_with_windows-1252_fallback
    SimpleStringDetector
    A simple string detector implementation that works with two strings.