replacing characters with UTF-8 after using mysql_set_charset('utf8') function
Posted
by
Ahmet vardar
on Stack Overflow
See other posts from Stack Overflow
or by Ahmet vardar
Published on 2012-03-25T22:36:03Z
Indexed on
2012/07/01
3:16 UTC
Read the original article
Hit count: 125
I converted all mysql tables to utf-8_unicode and started using mysql_set_charset('utf8');
function.
But after this, some characters like S, Ö started looking like Ö , Åž
How can i replace this kinda letters in mysql with UTF-8 format ?
shortly, can i find a list of all these kinda characters to replace ?
EDIT: He is explaining about this issue in this article actually but i cannot understand it properly acutally lol
http://www.oreillynet.com/onlamp/blog/2006/01/turning_mysql_data_in_latin1_t.html
© Stack Overflow or respective owner