Class Summary Translation2_Decorator_SpecialChars (Previous) (Next) Package Translation2 Constants

View this page in Last updated: Sun, 01 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Class Summary Translation2_Decorator_UTF8

Class Summary Translation2_Decorator_UTF8  -- Decorator to convert UTF-8 strings to ISO-8859-1

UTF-8 Decorator Example

This decorator calls utf8_decode() on each string


<?php
$tr = new Translation2($driver, $dbinfo, $params);
$tr =& $tr->getDecorator('UTF8');
?>

Class Summary Translation2_Decorator_SpecialChars (Previous) (Next) Package Translation2 Constants

Download Documentation Last updated: Sun, 01 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.