How to turn off XML characters encoding for accents with the Rails 3 XMLSerializer?

Hi.

I’m trying to output an object as XML.

When it contains special characters, the XMLSerializer encodes them as HTML entities.

How to disable that for accents, since my XML file is UTF-8 and does not need that?

Thanks.