~ubuntu-branches/ubuntu/maverick/ilohamail/maverick

« back to all changes in this revision

Viewing changes to IlohaMail/lang/ISO-8859-2.inc

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Jaspert
  • Date: 2004-02-04 13:44:37 UTC
  • Revision ID: james.westby@ubuntu.com-20040204134437-kz8j3ui2qa7oq8z2
Tags: upstream-0.8.12
ImportĀ upstreamĀ versionĀ 0.8.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
?>