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
Fix one-byte string Latin-1 to UTF-8 conversion (rubyjs#338)
Ruby is not wrong to insist that an ASCII-8BIT string with a character
that has its high bit set cannot be converted to UTF-8. Interpret such
strings as ISO-8859-1 a.k.a. Latin-1 and only then convert to UTF-8.
0 commit comments