2010-02-24, 08:26 PM
This user has been denied support.
(2010-02-24, 06:25 PM)tzivaeris Wrote: The question I have is how we can correct them? I've tried to open for example "printthread.lang.php" which says "does not start with <?php" and I've found it starts with "<?php".
The UTF-8 Byte Order Mark is an invisible character. You want to use an editor that does not add it (or removes it if it's already there). Any programming editor will do, for example Notepad++. If your editor has a charset option, make sure it's set to UTF-8 _without_ Byte Order Mark.