We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75d0ce commit d8c823bCopy full SHA for d8c823b
tehreer-android/src/main/java/com/mta/tehreer/unicode/BidiClass.java
@@ -16,6 +16,13 @@
16
17
package com.mta.tehreer.unicode;
18
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
+ */
26
public final class BidiClass {
27
/**
28
* Bidi Class: "Left_To_Right".
0 commit comments