Displaying unicode characters in codemirror -


i have xml lots of unicode characters. coming out of database original ¶ represented ¶ (which in turn correctly rendered ¶ in html). however, codemirror displays ¶. there way of having codemirror render these sequences html does, ie ¶?

figured out solution -- convert entities before submitting codemirror. see value &# unicode convert


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -