The following Haml causes to a Encoding::UndefinedConversionError
when the latest BlueCloth (2.0.11) is used for markdown processing under Ruby 1.9.2:
:markdown
résumé
Apparently, the humble é character is enough to make BlueCloth throw a fit! Is there a fix?