RE: Replacing apstrophe from IE copy/paste

2004-01-02 Thread Barney Boisvert
It's probably using the smart quote from word.  I can't remember what charcode it is (somewhere in the 8,000 range), but if you copy and paste it into a text field, and the loop over the text field's value on submit and use asc() to output the charcode of each character, it's a snap to figure out.

Re: Replacing apstrophe from IE copy/paste

2004-01-02 Thread Dave Carabetta
> I have HTML textarea I use to post info to my blog. If I copy/paste > content from Web pages and the content includes the single quote > apostrophe mark, it shows up in my form field as the square character. I > want to do replace for this character, but I can't seem to find the > ASCII code for