3

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
  • 195
  • 1
  • 1
  • 10

1 Answers1

1

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

Community
  • 1
  • 1
peter
  • 195
  • 1
  • 1
  • 10