Monday, March 13, 2017

Laravel Blade View - Page Source: Greek characters are converted to Παρακαλο

I am using Laravel 5.2 and my site is in Greek language. All of the content is in Greek and it's displayed well, but when I open to see the page source (in the browser), everything is like this:

Παρακαλο

My meta data, titles, headings, content... everything.

On the other side, in the database tables everything is OK, normal Greek letters are stored. Also, in php.ini I have default_charset = "utf-8";

How can I prevent this and have normal Greek letters (in the page-source)?



via PeraMika

Advertisement