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 d8c823b commit 90f6319Copy full SHA for 90f6319
tehreer-android/src/main/java/com/mta/tehreer/unicode/Script.java
@@ -16,6 +16,13 @@
16
17
package com.mta.tehreer.unicode;
18
19
+/**
20
+ * Represents the script of a character in Unicode specification. The constants correspond to the
21
+ * script property values defined in
22
+ * <a href="https://www.unicode.org/reports/tr24/#Data_File_PVA">
23
+ * Unicode Standard Annex #24: PropertyValueAliases.txt
24
+ * </a>.
25
+ */
26
public final class Script {
27
/**
28
* Script "Inherited".
0 commit comments