Skip to content

Commit

Permalink
Update UCD_Types.java
Browse files Browse the repository at this point in the history
  • Loading branch information
roozbehp authored Jul 30, 2024
1 parent d5d789a commit e651333
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -777,8 +777,10 @@ public interface UCD_Types {
// Unicode 14
THIN_YEH = 103,
VERTICAL_TAIL = 104,
// Unicode 16
KASHMIRI_YEH = 105,
// limit
LIMIT_JOINING_GROUP = VERTICAL_TAIL + 1;
LIMIT_JOINING_GROUP = KASHMIRI_YEH + 1;
static final byte NFD = 0, NFC = 1, NFKD = 2, NFKC = 3;
public static final int NF_COMPATIBILITY_MASK = 2, NF_COMPOSITION_MASK = 1;

Expand Down

0 comments on commit e651333

Please sign in to comment.