ZF-8771: Problem in headTitle view helper
Description
Heloo i have problem with this helper, i have two project one is in 8859-2 encoding and second is in UTF-8, i have same aplication structure and bootstrap, application have layout and I from view changing main layout title, nothing special. Problem is in 8859-2 project in which string like this $this->headTitle('Nekonečné možnosti'); This string isnt show in html code,
maibe is result of escape operation i dont know. I know that same string in UTF-8 version works ok.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2010-01-11T03:52:33.000+0000
This is already resolved in trunk and the 1.9 release branch, and will be released in the next 1-2 days. At that time, the helper will be using whatever encoding is set on the view object.