"Smart Quotes" and Extensions
I'm working on a text processing extension and want to implement a "Convert special characters to safe HTML entities" (that's just a working title!) menu option. When I copy and paste some blocks of text from Word into the editor, then right-click my selection and choose my extension to process that text, the text that gets sent via the xml packet to my handler converts (in this case) Word's smart quotes (“ and ”) to question marks. This is before my handler processes anything. I'm just using cfdump to look at the data. Am I missing some intermediary processing that needs to be done somehow? I can't figure out where it would be done since I don't have any control over the selected editor content until my handler is fired.
Thanks!
Andy
