2

I have xml with lots of unicode characters. This is coming out of a database where original ¶ is represented as ¶ (which in turn is correctly rendered as ¶ in HTML). However, CodeMirror displays as ¶. Is there some way of having CodeMirror render these sequences as HTML does, ie ¶?

peter
  • 165
  • 1
  • 8

1 Answers1

0

Figured out a solution -- basically convert the entities before submitting to codeMirror. See Value &# to unicode convert

Community
  • 1
  • 1
peter
  • 165
  • 1
  • 8