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');
?>
Decorator to replace special chars with the matching html entities. (Previous) Constants defined in and used by Translation2 (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.