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
cformat: Fix a bug when formatting unicode strings
String::len() returns number of bytes and not number of chars, so it
doens't work as expected for unicode strings.
Also, added a test that would have triggered the bug.
0 commit comments