Zend Framework

Problem in headTitle view helper

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Duplicate
  • Affects Version/s: 1.9.6
  • Fix Version/s: 1.9.7
  • Component/s: Zend_View
  • Labels:
    None

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, <title></title> maibe is result of escape operation i dont know.
I know that same string in UTF-8 version works ok.

Activity

Hide
Matthew Weier O'Phinney added a comment -

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.

Show
Matthew Weier O'Phinney added a comment - 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.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: