Package com.mta.tehreer.unicode


package com.mta.tehreer.unicode
Provides classes related to unicode standards.
  • Class
    Description
    Specifies the base direction of a paragraph.
    This class implements Unicode Bidirectional Algorithm available at http://www.unicode.org/reports/tr9.
    Represents the bidirectional class of a character in Unicode specification.
    A BidiLine object represents a single line processed with rules L1-L2 of Unicode Bidirectional Algorithm.
    A BidiPair object represents a pair of a unicode code point at a specific index in source text.
    A BidiParagraph object represents a single paragraph of text processed with rules X1-I2 of Unicode Bidirectional Algorithm.
    A BidiRun object represents a sequence of characters which have the same embedding level.
    Provides static utility methods for unicode code points.
    Represents the general category of a character in Unicode specification.
    Represents the script of a character in Unicode specification.
    This class implements UAX #24 available at http://www.unicode.org/reports/tr24.
    A ScriptRun object represents a sequence of characters which have the same script.