Skip to content

Commit 9c451e9

Browse files
committed
[lib] Added overview of script classifier class
1 parent b3f60fa commit 9c451e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
import java.util.Iterator;
2424
import java.util.NoSuchElementException;
2525

26+
/**
27+
* This class implements UAX #24 available at
28+
* <a href="http://www.unicode.org/reports/tr24">http://www.unicode.org/reports/tr24</a>.
29+
*/
2630
public class ScriptClassifier {
2731
static {
2832
JniBridge.loadLibrary();

0 commit comments

Comments
 (0)