Hi.
I think that there is a bug in the cleanup command.
When used index_title.modify {cleanup}, it removes '!', '?' and ']' (at least, these are what I have detected).
A few examples (from the zip):
<title lang="es">¡Boom</title> ⇒ it should be ¡Boom!
<desc lang="es">Los Bibliotecarios llegan a un pueblo en el que los cuentos de hadas están volviendo a la vida... ¡para atacar.</desc> ⇒ it should be ¡para atacar! (the period at the end is not in the HTML page)
<sub-title lang="es">¿Es usted mi padre</sub-title> ⇒ it should be ¿Es usted mi padre?
<title lang="es">[Rec</title> ⇒ it should be [Rec]
Is this really a bug? Can be solved?
Thanks!