Skip to content

Commit 90f6319

Browse files
committed
[lib] Added overview of script property constants
1 parent d8c823b commit 90f6319

File tree

1 file changed

+7
-0
lines changed
  • tehreer-android/src/main/java/com/mta/tehreer/unicode

1 file changed

+7
-0
lines changed

tehreer-android/src/main/java/com/mta/tehreer/unicode/Script.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 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+
*/
1926
public final class Script {
2027
/**
2128
* Script "Inherited".

0 commit comments

Comments
 (0)