php - Arabic language text is not display proper in front side -


i have using arabic language in opencart site. & also, have add custom text in arabic language. but, text not display proper in front side.

our module language file code.

//  website: www.opencartarab.com  //  e-mail : info@opencartarab.com   // heading   $_['heading_title']  = 'ãäÊÌÇÊ ÇÎÑì';  $_['tab_latest']     = 'ÂÎÑ';  $_['tab_bestseller'] = 'ÇáÇßËÑ ãÈíÚÇ ';  $_['tab_featured']   = 'ããíÒ';  $_['tab_special']    = 'ÎÇÕ';   $_['text_reviews']   = 'based on %s reviews.';   ?> 

but, got front side - ������ �����

how can fix this?

make sure php file saved in utf-8 encoding (see here: notepad++ converting ansi encoded file utf-8 or here http://www.herongyang.com/unicode/notepad-save-file-in-utf-8.html) :)


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -