Hi.
From what I unsertand, Rails uses by default LibXML.
When doing a to_xml, it encodes all special characters, which is useful
for
<, &, >, etc. but not really for , , etc.
First, I can’t convert them back from ɒ to “” which is very
frustrating for my tests.
And I cannot manage to force LibXML not to encode all characters.
Any help? Thanks.