function.htmlspecialchars]: Invalid multibyte sequence in a" /> function.htmlspecialchars]: Invalid multibyte sequence in a" /> function.htmlspecialchars]: Invalid multibyte sequence in a"/>

Whoops error in laravel 4

701 Views Asked by At

Most of the time i am getting

"htmlspecialchars() [<a href='function.htmlspecialchars'>function.htmlspecialchars</a>]: Invalid multibyte sequence in argument"

in laravel even for syntax error. I didnt understand and I am unable to track the actual error.

How can i track the actual error in laravel 4

1

There are 1 best solutions below

0
jody_lognoul On

It seems to be a encoding issue. Be sure to specify the encoding UTF-8 :

Check here