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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

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