Page 12 of 12

Re: Dedicated Server API Client Communication

Posted: 07 Feb 2016, 00:13
by oliverde8
The_Big_Boo wrote:First thing first, my fork has been merged a few months ago (Jun 22, 2015 more precisely) so there's no reason to still rely on my repository ;)

Anyway, are you sure your file is UTF-8 encoded? Depending on your IDE/text editor, it may default to another encoding so that's the first thing you should check.
OO I hadn't noticed it had been merged :D ,

Yes the files are UTF-8 encoded. When I execute that bit of code with PHP 5.6 I have no issue, I have a few versions installed on my system and I have this issues only with PHP7.

Re: Dedicated Server API Client Communication

Posted: 07 Feb 2016, 11:18
by undef.de
Just tested my UASECO because of this report and yours here.
My result: The chars "é" and the "£" are visible as they should, so no problem on my side (and probably not in this API).

Re: Dedicated Server API Client Communication

Posted: 07 Feb 2016, 12:48
by oliverde8
hmm,

thank you,

really strange I just reinstalled a new docker with PHP7 and it works fine :? well god knows what configuration I had wrong.