I'm attempting to write a plugin that would allow an Admin to do a string replace thoughout the entire wiki. The basic plan is: select the pages from the wiki that have the text to be replaced, do the replacement, and then write the page back out to the database. I'm having trouble dealing with all the special characters in the page text when inserting the changes back to the database, and I haven't found any code in the Trac source that shows how page text is escaped to make it through both Python and SQLite. Can anybody point me in the right direction?
Thanks, Lauren _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
