tenderlove/rails_autolink

Encoding problem

matthee opened this issue · 1 comments

There seems to be an encoding problem when auto_link parses texts including html-tags. If a tag is included and the text includes german special-characters, those are displayed wrong.

Right now I am not quite sure how to reproduce this error, because it happens quite random (some strings work others don't), but turning off sanitizing (:sanitize => false) fixes the problem.

I'll let you know when i figured out further details.

Regards,
Matthias

I'm closing this for now. Feel free to reopen if you find a way to reproduce the issue or have a failing test.
Thanks matthee.