I'm reading data from a remote source, and occassionally get some characters in another encoding. They're not important.
I'd like to get get a "best guess" utf-8 string, and ignore the invalid data.
Main goal is to get a string I can use, and not run into errors such as:
- Encoding::UndefinedConversionError: "\xFF" from ASCII-8BIT to UTF-8:
- invalid byte sequence in utf-8