On Thursday, November 10, 2011 12:29:58 PM UTC-5, Massimo Di Pierro wrote: > > Yes but there is nothing wrong with that. Your page is in unicode and > that is the right way to represent the apostrophe un unicode. > > Does it show an postrophe when you look at it? >
Massimo, he's generating XML to be consumed by another app and doesn't want the values escaped, which the gluon.serializers.xml_rec serializer does. Maybe there should be an option to prevent the serializer from escaping (note, the JSON serializer doesn't do any escaping). Anthony

