[#1411] two issues at least
[email protected] (simon)
| Newsgroups | gmane.comp.web.zope.zwiki |
|---|---|
| Message-ID | <20080501150959-0700__35757.3841036812$1209679939$gmane$org@zwiki.org> |
1. the failing link had a :: right after it, causing it to be matched as an interwiki link. I made the interwikilink regexp tighter. 2. ``page.evaluatePreRenderedAsDtml(page,REQUEST,RESPONSE,**kw)`` in rst.py converts this text:: <zwiki>[IE6JP\u65e5\u672c\u8a9e]</zwiki> to:: <zwiki>[IE6JP\xe6\x97\xa5\xe6\x9c\xac\xe8\xaa\x9e]</zwiki> It does this only on the problem page #1409, but not on another page like [IE6JP日本語]. -- forwarded from http://zwiki.org/1411UnicodeLinkingIssue#[email protected]