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
@fengmk2 Been looking into this. Turns out the charset string was right on the middle of the default peekSize. Undocumented parameter to the function. Any preference on how to handle a situation like this? Personally I think in this edge case it should either return null or the full encoding. Not a half encoding like this in case.
Running this code returns
'iso-8859'
instead of'iso-8859-1'
The text was updated successfully, but these errors were encountered: