at first everything works good so far and thank you to grant me access.
I just have a little question about special characters like the German "ä ü ö". If you look to my example file you will see in the first line my zone without converting anything. But the "ü" from "Nürnberg" is the iso encoding i think. This looks very bad so I converted it to utf-8(second line) with the function:
Code: Select all
echo htmlentities($player->path, ENT_QUOTES, 'UTF-8');
My file encoding is utf-8. Is this the correct way ?
regards, Jojo