Class LatinSupp

  • All Implemented Interfaces:
    CodePage

    public class LatinSupp
    extends DefaultCodePage
    An instance of the class LatinSupp represents the range of Unicode characters from U0080 to U00FF, which is called "Latin-1 Supplement".
    Version:
    $Revision: 1.1 $
    Author:
    Simone Leonardi
    See Also:
    http://www.unicode.org/charts/
    • Constructor Detail

      • LatinSupp

        public LatinSupp()
        Creates a new LatinSupp instance. The variable firstCharacter is set to 128, the variable lastCharacter is set to 255 and the variable name is set to "Latin-1 Supplement".