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 am using this library to download remote text files
Some of them contains content with UTF-16LE (instead of usual UTF-8) with BOM (\xff\xfe)
And directly handling the downloaded content would causes error reported in https://bugs.ruby-lang.org/issues/16402
Is there a way in this library to handle the encoding/BOM issue properly?
(Without resorting to write to temp file and read again with different mode)
The text was updated successfully, but these errors were encountered:
I am using this library to download remote text files
Some of them contains content with UTF-16LE (instead of usual UTF-8) with BOM (
\xff\xfe
)And directly handling the downloaded content would causes error reported in
https://bugs.ruby-lang.org/issues/16402
Is there a way in this library to handle the encoding/BOM issue properly?
(Without resorting to write to temp file and read again with different mode)
The text was updated successfully, but these errors were encountered: