I18Nv2
[ class tree: I18Nv2 ] [ index: I18Nv2 ] [ all elements ]

Source for file transform_output_charset.php

Documentation is available at transform_output_charset.php

  1. <?php
  2.  
  3. /**
  4. * Automatically transform output charset
  5. * ======================================
  6. *
  7. * I18Nv2 provides an easy way to utilize the ob_iconv_handler() through
  8. * I18Nv2::autoConv($output_charset, $input_charset).
  9. * $Id: transform_output_charset.php,v 1.1 2004/05/03 15:02:17 mike Exp $
  10. */
  11.  
  12. require_once 'I18Nv2.php';
  13.  
  14. // Writing a shell app that should also display nicely in a DOS box
  15. if (I18Nv2_WIN{
  16.     I18Nv2::autoConv('CP850');
  17. }
  18.  
  19. // output some latin1 stuff
  20. echo ;
  21.  
  22. ?>

Documentation generated on Mon, 11 Mar 2019 14:38:21 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.