Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug: htmlentities messes code blocks
#6
intelx86 Wrote:Greek characters are unicode supported. If entered as regulart text, they make no difference than other text.
If entered in a <code> block they are presented with their entity form. This results to
Code:
&pi; = 3.14
&phi; = 1.62
instead of
[...]

You mean in the source code of a page?
I think that html entities are generated in the page content not only between <code> and </code> tags, but everywhere. It happens also with characters like á (&aacuteWink, ä (&aumlWink, etc.

Not a serious problem, as pages are rendered equally by the browser, the user doesn't notice.

...But anyway, I like your suggested patch: the page's source code is more readable if it is in German, French, Spanish, etc. (and I believe it wouldn't break anything)
Reply


Messages In This Thread
Bug: htmlentities messes code blocks - by Connie - 2012-02-05, 04:35:39
Bug: htmlentities messes code blocks - by Connie - 2012-02-06, 17:08:08
Bug: htmlentities messes code blocks - by Carlos - 2012-02-07, 04:11:58
Bug: htmlentities messes code blocks - by Carlos - 2012-02-07, 04:29:05
Bug: htmlentities messes code blocks - by Carlos - 2012-02-07, 05:35:21



Users browsing this thread: 1 Guest(s)