You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether a Unicode code point is a letter or not is defined by the Unicode standard. I don't know precisely what you mean by character 231. The code point with the value decimal 231 is ç, which is a letter. Closing because I think the function is behaving as documented and intended. Please comment if you disagree.
I don't know precisely what you mean by IsEnLetter or IsUtf8Letter.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?windows 11 intel 64
char 231 is half chinese char, it is not a letter.
unicode/utf8 package should add IsEnLetter and IsUtf8Letter. This cause my program too many error.
The text was updated successfully, but these errors were encountered: