30.12.2014, 16:34
Hello guys.
I have tried to load some Chinese character from Mysql.
my filed just like:
And when I load the Chinses character, I printf it.
so I think its not a charset problem.
anyone give me a suggestion??
Thanks for all replier.
I have tried to load some Chinese character from Mysql.
Код:
Mysql -> charset = UTF-8
Код:
[filed] name [value] "名字"
Код:
new playerName[MAX_PLAYER_NAME]; cache_get_field_content(0, "name", playerName, 1, MAX_PLAYER_NAME); printf("%s", name); -------------------------------------------------------------------------------------------------------- output: "????"
anyone give me a suggestion??
Thanks for all replier.