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
I have this file. I created it by converting some UTF-8 from stdin to UTF-16LE with iconv (which didn't produce a BOM). When I try to detect the encoding with rchardet, I get this result:
I have this file. I created it by converting some UTF-8 from stdin to UTF-16LE with iconv (which didn't produce a BOM). When I try to detect the encoding with rchardet, I get this result:
What I'd like to see is the actual UTF-16LE encoding.
The text was updated successfully, but these errors were encountered: