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 need some way to interpret a &[u8] as UTF-8, using the replacement character for invalid sequences instead of conditions. This would ideally be provided in the form of an Iterator<char>.