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 5861604 commit e75d0ceCopy full SHA for e75d0ce
tehreer-android/src/main/java/com/mta/tehreer/unicode/GeneralCategory.java
@@ -16,6 +16,13 @@
16
17
package com.mta.tehreer.unicode;
18
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
+ */
26
public final class GeneralCategory {
27
/**
28
* General Category "Uppercase_Letter".
0 commit comments