previousClass Summary Translation2_Decorator_SpecialChars (Previous) (Next) Package Translation2 Constantsnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

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');
?>

previousClass Summary Translation2_Decorator_SpecialChars (Previous) (Next) Package Translation2 Constantsnext

Download Documentation Last updated: Sun, 18 Oct 2009
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.