Source for file transform_output_charset.php
Documentation is available at transform_output_charset.php
* Automatically transform output charset
* ======================================
* I18Nv2 provides an easy way to utilize the ob_iconv_handler() through
* I18Nv2::autoConv($output_charset, $input_charset).
* $Id: transform_output_charset.php,v 1.1 2004/05/03 15:02:17 mike Exp $
require_once 'I18Nv2.php';
// Writing a shell app that should also display nicely in a DOS box
// output some latin1 stuff
Documentation generated on Mon, 11 Mar 2019 13:54:53 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|