Skip to content

Commit e75d0ce

Browse files
committed
[lib] Added overview of general category constants
1 parent 5861604 commit e75d0ce

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/GeneralCategory.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 general category of a character in Unicode specification. The constants correspond
21+
* to the values defined in
22+
* <a href="https://unicode.org/reports/tr44/#General_Category_Values">
23+
* Unicode Standard Annex #44: General Category Values
24+
* </a>.
25+
*/
1926
public final class GeneralCategory {
2027
/**
2128
* General Category "Uppercase_Letter".

0 commit comments

Comments
 (0)