Package com.mta.tehreer.unicode
package com.mta.tehreer.unicode
Provides classes related to unicode standards.
-
ClassDescriptionSpecifies 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.ABidiPair
object represents a pair of a unicode code point at a specific index in source text.ABidiParagraph
object represents a single paragraph of text processed with rules X1-I2 of Unicode Bidirectional Algorithm.ABidiRun
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.AScriptRun
object represents a sequence of characters which have the same script.