From bc286b2e59ce73dbf65748006b1b2336418304da Mon Sep 17 00:00:00 2001 From: gc Date: Sun, 24 Apr 2005 00:10:48 +0000 Subject: [PATCH] *** empty log message *** --- bin/webalbum2booh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/webalbum2booh b/bin/webalbum2booh index e673d5e..ecf35a7 100755 --- a/bin/webalbum2booh +++ b/bin/webalbum2booh @@ -88,9 +88,11 @@ end def utf8_and_entities(string) return utf8(string).gsub('à', 'à'). gsub('ç', 'ç'). + gsub('ô', 'ô'). gsub('é', 'é'). gsub('ê', 'ê'). gsub('è', 'è'). + gsub('È', 'È'). gsub('î', 'î'). gsub('<', '<'). gsub('>', '>'). -- 2.30.4