For example it seems that the plain single-quote character '
('
) is converted to the right ones ’
(’
) in the HTML page output. I understand the reason for this in the visual editor, but why does it still need to be done in the code editor?
My goal is to preserve the characters so that I can make inputs for Cypher. A piece of JS is in the post to handle this input.