I want to get the changelog of a ticket with a self-written software. In general it works quite good, but now I've got a problem with a ticket that contains a unicode control character. As a result the XML parser I use is not able to parse this response an throws an exception that say that the XML response can't be parsed because of unicode control character 0x1E.
I found a ticket that deals with a similar issue: http://trac-hacks.org/ticket/11050. If this ticket will be fixed, my problem is fixed, too. The shown code snippet replaces the control characters with a question mark. Will the code snippet be applied to the official trac-xmlrpc codebase in near future? Thank you very much! manu -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/groups/opt_out.
