mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 11:11:47 +02:00
Remove bounds checking for unicode table access in Go
This commit is contained in:
@@ -104,6 +104,7 @@ static_assert(sizeof(GraphemeSegmentationResult) == sizeof(uint16_t), "Fix the o
|
||||
// EndGraphemeSegmentationResultDeclaration }}}
|
||||
|
||||
// UCBDeclaration {{{
|
||||
#define MAX_UNICODE (1114111u)
|
||||
typedef enum UnicodeCategory {
|
||||
UC_Cn,
|
||||
UC_Cc,
|
||||
|
||||
Reference in New Issue
Block a user