Start work on grapheme segmentation algorithm

This commit is contained in:
Kovid Goyal
2025-03-13 11:19:54 +05:30
parent 98f9a568ce
commit 9c1c141775
4 changed files with 87 additions and 2 deletions

View File

@@ -3,7 +3,8 @@ package wcswidth
type GraphemeBreakProperty uint8
const (
GBP_None GraphemeBreakProperty = iota
GBP_AtStart GraphemeBreakProperty = iota
GBP_None
GBP_Prepend
GBP_CR
GBP_LF