When I type strange characters like é or ë and store it in a mysql dbase; the character will be converted to: é
It probably will have to do something with my character set. But i don't now where to start. On top of the page i inserted:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
The collocation of the field in the dbase is: utf8_unicode_ci
Displaying the field in a webpage results in é and ë but displaying them in a textarea results in é
How can i change this?