go-sdk icon indicating copy to clipboard operation
go-sdk copied to clipboard

selector/runes.go: isAlpha not robust

Open 3052 opened this issue 1 year ago • 0 comments

https://github.com/blend/go-sdk/blob/95d703ff2556c7bfe60d6c8f9c3ee212a8d8f45d/selector/runes.go#L35-L37

for example, this returns true:

fmt.Println(isAlpha(0x200E))

https://wikipedia.org/wiki/Left-to-right_mark

3052 avatar Oct 24 '23 22:10 3052