Class BasicLatin

  • All Implemented Interfaces:
    CodePage

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

      Constructors 
      Constructor Description
      BasicLatin()
      Creates a new BasicLatin instance.
      The variable firstCharacter is set to 0, the variable lastCharacter is set to 127 and the variable name is set to "Basic Latin".
    • Constructor Detail

      • BasicLatin

        public BasicLatin()
        Creates a new BasicLatin instance.
        The variable firstCharacter is set to 0, the variable lastCharacter is set to 127 and the variable name is set to "Basic Latin".