Topic: Send unicode character in chat
hello
i have problem with sending unicode characters in both sides client and server
i got ? mark instead the real character!
for example
GameServer()->SendChatTarget(m_pPlayer->GetCID(),"Test \u014C");
with \u i able to send just standard alphanumeric chars a-z A-Z 1-9 and some sign such az @#$%
i inserted the unicode character in the cpp file but i got same result!!!