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
Counting the characters in a box string is wrong because it currently counts the number of bytes instead of the number of runes. A single rune could contain multiple bytes.