Laravel issue with: language character encoding -


privjet!

i don't understand reason not getting displayed non ascii language characters say, "ç, ñ, я " different languages.

the text in question hardcoded, not served db.

i have seen identical questions here

charset=utf8 not working in php page

i have seen should write this:

 header('content-type: text/html; charset=utf-8'); 

but heck go? cant write that, browser mirrors words , displays them plain text, no parsing.

my encoding frontpage says this:

<head>         <meta charset="utf-8">  </head> 

which supposed unicode.

i tried test page in validator.w3.org , went:

sorry, unable validate document because on line 60 contained 1 or more bytes cannot interpret utf-8 (in other words, bytes found not valid values in specified character encoding). please check both content of file , character encoding indication.

line 60 actuallly has word español (spanish) weird n.

any hint?

thank you

best regards


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -