Skip to content

Commit d8c823b

Browse files
committed
[lib] Added overview of bidi class constants
1 parent e75d0ce commit d8c823b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tehreer-android/src/main/java/com/mta/tehreer/unicode/BidiClass.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616

1717
package com.mta.tehreer.unicode;
1818

19+
/**
20+
* Represents the bidirectional class of a character in Unicode specification. The constants
21+
* correspond to the values defined in
22+
* <a href="https://unicode.org/reports/tr44/#Bidi_Class_Values">
23+
* Unicode Standard Annex #44: Bidirectional Class Values
24+
* </a>.
25+
*/
1926
public final class BidiClass {
2027
/**
2128
* Bidi Class: "Left_To_Right".

0 commit comments

Comments
 (0)