mpalmer / jekyll-static-comments

A plugin for Jekyll to implement a static-file based comments system
http://theshed.hezmatt.org/jekyll-static-comments/
GNU General Public License v3.0
195 stars 33 forks source link

Fix for Issue #9 #10

Closed IQAndreas closed 12 years ago

IQAndreas commented 12 years ago

Decodes from UTF-8 character formatting allowing characters from non-English languages to show up properly in ISO-8859-1.

IQAndreas commented 12 years ago

I also messed around with adding other data to the header of the email, but the subject of the email still kept showing up funny in Hotmail. So decoding from UTF-8 solved this issue. But if I was more familiar with character encoding, I may have taken a different approach of actually storing/sending the data in the correct encoding rather than decoding it.

So I settled for this approach, allowing @GSI to get a fixed version as soon as possible.