ORG
ORG copied to clipboard
Strange representation of unicode in the blog entry page
On the blog main page unicode text is represented in it's natural form:
<p>Почти случайно (одновременно появилось несколько поводов выучить) стал смотреть на Clojure
On the blog entry page the same text is represented in (incorrect) HTML codes with HTML header (sic!):
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body><p>Почти случайно (одновременно появилось несколько поводов выучить) стал смотреть на Clojure
Of course, it isn't displayed as an original text.
I don't post links to the example page with buggy unicode symbols rendering because I'm afraid to be banned by spam filters, but I can post this links in the comments, if it may be useful.