Comment 3 for bug 350042

Revision history for this message
Malthe Borch (mborch) wrote : Re: chameleon doesn't escape all characters it should

In r4025, a fix has been committed which ensures that HTML entities appearing in the source document will be printed as-is in the template output.

The present issue however, calls for escasping all characters that cannot be expressed natively in the output character set (e.g. if 'ascii' is required, all non-ascii characters should be converted to HTML entities).