thomasleese / smartbot

A supposedly smart IRC bot. (I now use Hubot...)
MIT License
2 stars 5 forks source link

Probably fix website plugin character encoding #12

Closed Muzer closed 10 years ago

Muzer commented 10 years ago

Use page.text rather than page.content - makes requests figure out the character encoding rather than it using binary and then interpreting that as ISO-8859-1.

Muzer commented 10 years ago

I haven't actually tested this, incidentally.