I’m working on a bookmarklet and sending a few informations about the current site to a php script.
I have some trouble with the site title.
For example, if the site title is
urban archaeology: sleeping beauty’s paris apartment
It looks like this in the sql database
urban archaeology: sleeping beauty’s paris apartment
Is it because of the collation of the field? It’s latin1_swedish_ci at the moment.
Make sure your html header specifies utf8
Normaly does the trick (obviously if the content IS utf8).