h1. Resolved - Fix display of extended ascii characters when editing in splitscreen mode bq. *resolved on 21aug2013:* commented out a line of code that encoded entities. I'm still confused about the differences between how client-side JavaScript and basic CGI processing handle extended ASCII characters. It's mainly concerned with double and single quotes, the fancy versions. need to escape/encode on the server before sending to the client, i think. #resolved #junco