danluu / storrent

Toy scala/akka Bittorrent client. Written while learning scala and now unmaintained
Apache License 2.0
76 stars 15 forks source link

UnsupportedCharsetException: macintosh #2

Open xavieryao opened 6 years ago

xavieryao commented 6 years ago

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?

danluu commented 6 years ago

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