Class LatinExtA

  • All Implemented Interfaces:
    CodePage

    public class LatinExtA
    extends DefaultCodePage
    An instance of the class LatinExtA represents the range of Unicode characters from U0100 to U017F, which is called "Latin Extended A".
    Version:
    $Revision: 1.1 $
    Author:
    Simone Leonardi
    See Also:
    http://www.unicode.org/charts/
    • Constructor Summary

      Constructors 
      Constructor Description
      LatinExtA()
      Creates a new LatinExtA instance.
      The variable firstCharacter is set to 256, the variable lastCharacter is set to 383 and the variable name is set to "Latin Extended A".
    • Constructor Detail

      • LatinExtA

        public LatinExtA()
        Creates a new LatinExtA instance.
        The variable firstCharacter is set to 256, the variable lastCharacter is set to 383 and the variable name is set to "Latin Extended A".