I am using tinyMCE and, rather annoyingly, it replaces all of my apostrophes with their HTML numeric equivalent. Now most of the time this isn't a problem but for some reason I am having a problem storing the apostrophe replacement. So i have to search through the string and replace them all. Any help would be much appreciated
|
1
|
|
|
|
|
|
did you try:
|
||
|
|
|
Is it just apostrophes that you want decoded from HTML entities, or everything?
will print
|
||
|
|
|
|
Why work around the problem when you can fix the cause? You can just turn of the TinyMCE entity encoding*. More info: here *Unless you want all the other characters encoded, that is. |
||
|
