Class Summary Translation2_Decorator_SpecialChars

Class Summary Translation2_Decorator_SpecialChars

Class Summary Translation2_Decorator_SpecialChars  -- Decorator to replace special chars with the matching html entities.

SpecialChars Decorator Example

This decorator replaces special chars with the matching html entities. You can set the charset to use (the default being 'ISO-8859-1'):
$tr = new Translation2($driver, $dbinfo, $params);
$tr =& $tr->getDecorator('SpecialChars');
$tr->setOption('charset', 'UTF-8');

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.