MyBB Community Forums

Full Version: Problems with translating
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

After upgrading my forum all the letters with dot were gone. So i thought, that i should translate this all again

But no results at all - still those letters are gone ad some error came too

Warning: Cannot modify header information - headers already sent by (output started at /home/mbklubi/public_html/foorum/inc/languages/estonian.php:1) in /home/mbklubi/public_html/foorum/inc/functions.php on line 1129

gave me this note. What shuold i do?
It sounds like when you saved estonian.php in UTF-8, your editor added the BOM (Byte Order Mark).
laie_techie Wrote:It sounds like when you saved estonian.php in UTF-8, your editor added the BOM (Byte Order Mark).


And i should do what?
Please make sure that there are no blank spaces at the top of the file /inc/languages/estonian.php before <?php. You can change the encoding in the same file:
// Sets the character set, blank uses the default.
$langinfo['charset'] = "UTF-8";