Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Make "Any" the first entry.
  • Loading branch information
serhiy-storchaka committed Dec 17, 2025
commit 164d19b856179c3e825ae3a9ca58b23e41240beb
2 changes: 1 addition & 1 deletion Modules/grapheme_cluster_break_automaton.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
typedef enum {
Any,
CR,
LF,
Control,
Expand All @@ -16,7 +17,6 @@ typedef enum {
E_Modifier,
Glue_After_Zwj,
E_Base_GAZ,
Any,
eot
} GraphemeClusterBreakType;

Expand Down
Loading
Loading