Hi Casper,
Quote Originally Posted by Digiwinkel View Post
My PHP-designer program showed only this Characters.
I think that it can be set to utf-8

Quote Originally Posted by Digiwinkel View Post
I opened the file in a plain text editor and now I could read the Cyrillic characters.
Be careful - files should be saved without tags BOM!!! The default windows editor notebook does not know how to save without BOM! You can use free editors Notepad++ and Notepad2.

To check extra spaces including BOM in php files you can use my script found_extra_space.php.