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
We expect that
Right now
unicode.SimpleFold('k') == '\u212A'
*\u212A is 'K' the Kelvin char
This is not intuitive for ASCII simple folding.
Fix it so that
unicode.SimpleFold('k') == 'K'