packaging issues
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Tue, 24 May 2005 07:15:24 +0000 (07:15 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 4 Jan 2008 23:34:25 +0000 (00:34 +0100)
git-archimport-id: opensource@polytechnique.org--2005/banana--mainline--1.0--patch-19

banana/utf8.php
debian/changelog

index 6a9fb51..c847bdd 100644 (file)
@@ -1,15 +1,12 @@
 <?php\r
+/********************************************************************************\r
+* banana/utf8.php : utf8 to html entities\r
+* ---------------\r
+*\r
+* This file is part of the banana distribution\r
+* Copyright: See COPYING files that comes with this distribution\r
+********************************************************************************/\r
 \r
-/**\r
- * Transforme une chaine encodée en UTF-8, et la convertit\r
- * en entitiées unicode &#xxx; pour que ça s'affiche correctement\r
- * dans les navigateurs, sans forcément tenir compte du meta\r
- * content-type charset...\r
- * @param String $source la chaine en UTF-8\r
- * @return String les entitées\r
- * @access public\r
- * @see http://www.php.net/utf8_decode\r
- */\r
 function utf8entities($source)\r
 {\r
    // array used to figure what number to decrement from character order value \r
index 7f01b6c..d7a98a5 100644 (file)
@@ -1,3 +1,9 @@
+banana (1.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Pierre Habouzit <madcoder@debian.org>  Tue, 24 May 2005 09:13:39 +0200
+
 banana (1.0-1) unstable; urgency=low
 
   * First upstream release.