#1428: Setting PhpTal renderer encoding
-------------------------------+--------------------------------------------
Reporter: mr.hash@… | Owner: david
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: renderer | Version: 1.0.6
Severity: normal | Keywords:
Has_patch: 0 |
-------------------------------+--------------------------------------------
Would be nice to be able to set the engine encoding via an output type
parameter since we get encoding errors when trying to put EUC-JP
characters into template commands.
{{{
$this->phptal = $this->createEngineInstance();
$this->phptal->setEncoding('EUC-JP');
}}}
This solves the issue for the time being.
--
Ticket URL: <http://trac.agavi.org/ticket/1428>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5
_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets