Closed respire closed 7 years ago
Description: link_thumbnailer cannot handle website with non-utf8 encoded page.
Solution: if charset is provided in response content-type header, try to use ruby stdlib Encoding::Converter to convert response body to utf8 encoded one
hello @gottfrois , thanks for your comments! Changes are committed.
Looks much better! Thx!
Description: link_thumbnailer cannot handle website with non-utf8 encoded page.
Solution: if charset is provided in response content-type header, try to use ruby stdlib Encoding::Converter to convert response body to utf8 encoded one