Hi, I am using the GameQ PHP library to query Counter Strike Source servers. I get a list of players online, but ones using non-standard characters aren't displayed properly. Eg: I get this in-game and from game-monitor: [Ä]Griffø[Δ] And using GameQ: [ÄÂ]Griffø[ÃŽâ€] Can someone please explain what is wrong (am I using the wrong character set, can I just convert them to the correct one?) Thanks.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Worked perfect. Thank you very much, rep added.