planetteamspeak / ts3phpframework

Modern use-at-will framework that provides individual components to manage TeamSpeak 3 Server instances
https://www.planetteamspeak.com
GNU General Public License v3.0
211 stars 59 forks source link

Update StringHelper to avoid converting int's encoding to utf8 #222

Open REJack opened 4 months ago

REJack commented 4 months ago

Hi together,

I recently hit an problem with the latest version (1.3.0) & with dev branch. If I select an server by id and the serverId is 11+ it results in an convert error,

After some research I found out that using mb_convert_encoding on 11-19 result in some weird characters like ㄱ as 11 or ㄹ as 19 🤣

I assume that will fix https://github.com/planetteamspeak/ts3phpframework/issues/212.