|
I’d recommend not trying to solve it on a
case by case basis as there’ll always be another character that isn’t working. Generally,
the trick is to ensure everything is Unicode.
Um… anything else?
From:
Heya folks, Does anyone have a good strategy for people who copy and
paste text from wherever and include funny characters like the copyright symbol
or the registered trademark symbol? With the (r) symbol for example when it gets pasted into a
text field and inserted into the database it comes out as two strange
characters, I imagine that its a double byte ascii code thats getting munged up
along the way. I tried doing a Replace on it in CF, and changing the (r) to an
® code, but the replace doesn't work properly and I'm left with a
vertical pipe, followed by the (r) symbol. Any ideas on this one? bye!
|
- [cfaussie] Re: Dealing with the ® symbol Matthew Walker
- [cfaussie] Re: Dealing with the ® symbol modius
- [cfaussie] Re: Dealing with the ® symbol Patrick Branley

