insert/update special characters
I've been fighting with this for awhile, but can't seem to figure out how to
successfully insert/update special characters.
Take the 'registered' symbol for example:
"My Brand®"
After inserting like so the record contains an extra character
"My Brand®"
I can get the former string to output properly with utf8_encode(), but ends
up looking like the latter after an insert/update.
Thanks in advance.
|