I’m not PHP programmer but I need to change some things for CMS (opencart)
So that is not so hard I just found how it works Template -> Model -> View -> LanguageBase
But when I edit (with notepad) Language file like
<?php
// Heading
$_['heading_title'] = 'Информация'; // Changed russian word (it was russian, I just changed it to another word)
?>
And drop it on hosting, I can see ???????? Only 🙁 How can I deal with encoding there ?
thank you.
Added : seems like files is truely UTF8, when I save it as ANSII I can see ���������
Can you scan your files for UTF8 BOM ?
http://emrahgunduz.com/categories/development/php/take-2-on-utf8-bom-remove-bom-with-php/
Also use Notepad++ and save your files as UTF8 , don’t use notepad.