storrent icon indicating copy to clipboard operation
storrent copied to clipboard

UnsupportedCharsetException: macintosh

Open xavieryao opened this issue 7 years ago • 1 comments

When I'm trying to implement a bencoding decoder I found that pieces in metainfo of a torrent file can not be decoded as UTF-8 strings, so parser combinators can not be simply applied. I'm surprised that you simply solved this issue by using macintosh charset. However, when I'm trying to do the same thing on a macOS environment I got UnsupportedCharsetException: macintosh. Do you have any idea on this exception?

xavieryao avatar Jan 05 '18 11:01 xavieryao

Sorry, I haven't touched scala since my last commit to this project and don't remember anything helpful.

danluu avatar Jan 05 '18 15:01 danluu