Thank you very much, it was my other mistake, not version.
$this->headMeta()->setAutoEscape(false)
… is working!
But how about over view helpers?: headScript() and headLink() ? It is not a big problem, all scropts and links working. Is it better to use autoescaping? I need to set autoescape option to false for each other by some specific method? Have I some other way?
Yes. (all informations to this topic can be found in the documentation of zend-escaper; see link above)
If you set the meta tag for the Internet Explorer with X-UA-Compatible then you must set the autoescaping to false.