Pogo should mark its pages as UTF-8
Closed this issue · 3 comments
elazarl commented
Add http://feeds.feedburner.com/reversim to the podcast.
Podcast text should be displayed in UTF-8, and look like the Hebrew letters in the original website. Actually it looks like gibberish.
You should add header to set character encoding to UTF-8.
programmingthomas commented
All HTML pages are now served with Content-Type: text/html; charset=utf-8 per W3 HTTP standards.
elazarl commented
Tip, when fixing an issue, include fixes #issuenumber
in the commit message, and it'll auto-close your commit.
For example, to fix this issue
All HTML pages are now served with Content-Type: text/html; charset=utf-8 per W3 HTTP standards. fixes #3
programmingthomas commented
Will do :).