I have a weird dash in my text, which isn't being detected in a str_replace
.
Here is an example:
Sun: 10:00 – 3:00pm
I don't know if the dash will show up on here.. but when it is inserted into my table, it is like a square box with the characters 0096
It looks a lot like an –
- when viewing the source, there is no special characters, just the dash.
str_replace('–', '', $var);
The above replace doesn't seem to catch it, has anyone else had this trouble before?