~ubuntu-branches/ubuntu/hardy/squirrelmail/hardy-updates

« back to all changes in this revision

Viewing changes to functions/encode/iso_8859_1.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst, Jeroen van Wolffelaar, Thijs Kinkhorst
  • Date: 2005-08-15 21:06:00 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050815210600-qxvat452exjqg64j
Tags: 2:1.4.5-2
[ Jeroen van Wolffelaar ]
* Restore squirrelmail-configure manpage, accidently dropped in -1
* Use debhelper compat level 4

[ Thijs Kinkhorst ]
* Drop obsolete symlink for attachment dir.
* Do not ship upstream README, which contains hardly any information
  relevant to Debian. Extend README.Debian a bit. Thanks W. Borgert.
* Add years to copyright statement.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 * takes a string of unicode entities and converts it to a iso-8859-1 encoded string
6
6
 * Unsupported characters are replaced with ?.
7
7
 *
8
 
 * @version $Id: iso_8859_1.php,v 1.2.2.2 2004/12/27 15:03:47 kink Exp $
9
 
 * @copyright Copyright © 2004-2004 The SquirrelMail Project Team
 
8
 * @version $Id: iso_8859_1.php,v 1.2.2.3 2005/06/04 22:11:23 jervfors Exp $
 
9
 * @copyright Copyright © 2004-2005 The SquirrelMail Project Team
10
10
 * @package squirrelmail
11
11
 * @subpackage encode
12
12
 */