projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e23d947
)
*** empty log message ***
author
gc
<gc>
Sun, 24 Apr 2005 00:10:48 +0000
(
00:10
+0000)
committer
gc
<gc>
Sun, 24 Apr 2005 00:10:48 +0000
(
00:10
+0000)
bin/webalbum2booh
patch
|
blob
|
history
diff --git
a/bin/webalbum2booh
b/bin/webalbum2booh
index e673d5ec9865ab8cd65b59db2c81e26f13a3c6c4..ecf35a7b91b8f49213be51407ca6477764017ecc 100755
(executable)
--- 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('>', '>').