<?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
+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.