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
Post a Comment