home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / admin / EUC-KR.inc < prev    next >
Encoding:
Text File  |  2003-02-08  |  533 b   |  19 lines

  1. <?php 
  2. /////////////////////////////
  3. //    ISO-8859-2.inc
  4. //    (C)2002 Ryo Chijiiwa <Ryo@IlohaMail.org>
  5. //        
  6. //        Description:
  7. //                Encoding library for the ISO-8859-2 charset.
  8. //                Simply includes the ISO-8859-1 charset library,
  9. //                since all functionality are the same.
  10. //
  11. //    This file is part of IlohaMail. IlohaMail is free software released 
  12. //    under the GPL license.  See enclosed file COPYING for details, or 
  13. //    see http://www.fsf.org/copyleft/gpl.html
  14. ////////////////////////////
  15.  
  16. include_once("../lang/ISO-8859-1.inc");
  17.  
  18. ?>
  19.