|
The wikit does not escape ampersands in decimal numeric
entities (like " "). This seems to be due to an
explicit change in version 1.15 of lib/wikit/format.tcl.
I don't see a reason for that (wikit does support full UTF-8)
and it broke one of my comments that was talking about
entities.
The "feature" is undocumented in the syntax rules and
avoiding it is unreasonably difficult (you'd have to escape
the ampersand as a numerical entity or add an invisible control
character). It is also very incomplete (no support for
hexadecimal entities or *any* named entities).
When I have some time, I may check the database, if this
misfeature is ever used at all.
|
|
I'm not sure I understand this issue well enough to resolve it. If you have
suggestions or even a patch I can apply to fix it, that would be most appreciated.
It might also be an idea to raise this issue on the tclerswiki mailing list at
yahoo, perhaps others have a quick tip on what needs to be done. |