I made a small update to the ComLuv API so it will show the info panel properly when a user has special characters like © in their bio description or post titles.
Replace it with nothing!
I did have some rather complex search and replace code in the api to try and prevent special characters from killing the returned data but it wasn’t always working. It’s been there for quite some time and I’d almost forgotten about it until I saw a tutorial on regular expressions.
I’ve now come up with this to replace all instances of characters that shouldn’t be there..