Vas Posted February 7, 2011 Share Posted February 7, 2011 Hi all I am having problem on writing a comment on an order received in Greek language. The email sent to the customer goes correct and readable but not on my admin's order.php .It shows like <p> Δοκιμή6</p> It also shows like that on the browser account_history_info.php?order_id.... The original comment written by the customer while placing the order shows correct everywhere. can someone show me where to go and what to change? On my Language/greek.php all is UTF-8 On my phpMyAdmin also MySQL connection collation:utf8_general_ci Some help will be appreciated Link to comment Share on other sites More sharing options...
PLUGGER Posted February 7, 2011 Share Posted February 7, 2011 try opening all the Greek language files in dreamweaver or something, and making sure they are encoded with UTF-8, then save them and re upload them, thats what i had to do to all my files.. If it don't fit - Get a bigger hammer Link to comment Share on other sites More sharing options...
Vas Posted February 7, 2011 Author Share Posted February 7, 2011 try opening all the Greek language files in dreamweaver or something, and making sure they are encoded with UTF-8, then save them and re upload them, thats what i had to do to all my files.. Hi Plugger Thanks for suggestion. all my Greek files are UTF-8 and have been saved with utf8 encoding. The problem is that the customer gets it correct and he also relies correct. Checking now my phpMyadmin everything that is in Greek like customer name etc is not readable by me but show correct on the browser. do you think it is Mysql? Efxaristo Link to comment Share on other sites More sharing options...
Vas Posted February 7, 2011 Author Share Posted February 7, 2011 I think it is my CKeditor that is causing it. I tried typing on the source mode and there it showed correct in my admin and on the front. I will now have to look at that. Thanks for your help Link to comment Share on other sites More sharing options...
PLUGGER Posted February 8, 2011 Share Posted February 8, 2011 i seemed to remeber something with this file ckeditor/config.js Code: config.entities = false; config.entities_greek = false; config.entities_latin = false; check those out, i cant be sure, its been a while since i played with ckeditor or fckeditor, i cant be sure but i seem to remeber someting along those lines.. If it don't fit - Get a bigger hammer Link to comment Share on other sites More sharing options...
Vas Posted February 8, 2011 Author Share Posted February 8, 2011 Thanks Plugger I will check it out. There is also something else that bothers me and I do not know if it is my browser or Thunderbird or my computer which is set to English and not Greek for my emails. when I receive an email in reply to an order or comment and on the subject the Greek characters come all like chinese. does it happen to you too? Link to comment Share on other sites More sharing options...
Vas Posted February 8, 2011 Author Share Posted February 8, 2011 i seemed to remeber something with this file ckeditor/config.js Code: config.entities = false; config.entities_greek = false; config.entities_latin = false; check those out, i cant be sure, its been a while since i played with ckeditor or fckeditor, i cant be sure but i seem to remeber someting along those lines.. I tried it. No change. It only changes the language to Greek on the toolbar. It is still doing the same but I can manage it OK by typing on the source direct. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.