Hi guys,what is the reason to utf8_encode the name in the last
version?$token =
"x:{utf8_encode($name)}::{$this->account}:{$id}:{$this->room}:{$role}";utf8_encode($name)-
There is no need to do this if the file itself is UTF-8 encoded.- Does
only function for ISO encoded files.- It produces errors with lets say
german umlauts ö,ä,ü in usernames.Please remove it or suggest me a
workaround.Thanks in advice.George.