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
Thank you for this library, but I found a problem. I have a non-utf8 encoded file on my server. When I access the server path on the Windows platform, it panics.
called Result::unwrap() on an Err value: Utf8Error { valid_up_to: 10, error_len: Some(1) }
Thank you for this library, but I found a problem. I have a non-utf8 encoded file on my server. When I access the server path on the Windows platform, it panics.
The text was updated successfully, but these errors were encountered: