id summary reporter owner description type status priority component severity resolution keywords cc release 5618 Produces invalid URLs lostclus@… Edward S. Marshall "!TracSitemap don't use URL quoting. Some special characters and unicode characters must be quoted. For example: {{{ http://example.org/wiki/Скачать }}} should be: {{{ http://example.org/wiki/%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C }}} Solution: look at the Trac source code and you see that Trac uses special functions to build URLs. This functions knows about all special characters that must be quoted. Instead of writing: {{{ 'wiki/%s' % (row[0],) }}} write: {{{ req.href('wiki', row[0]) }}} And remember that req.href() adds req.base_path automatically." defect closed normal TracSitemapPlugin normal fixed 0.12