Defect #9222
non-breaking space prevents wiki parsing
Status: | New | Start date: | 2011-09-10 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Text formatting | Estimated time: | 0.50 hour | |
Target version: | - | |||
Resolution: | Affected version: | 1.2.1 |
Description
I noticed this when copying an email into a bug report, it took me a while to figure out why the wiki formatting for the hash sign was not being applied. Apparently some mail clients really like non-breaking spaces.
I would suggest translating all such chr(202) into normal spaces chr(32) at a high level.
If tabs are also an issue (checking with this), maybe there is just a regex somewhere that needs to be updated.
- Regular hash-wiki
## Hash followed by non-breaking space- Hash followed by a tab character
History
#1
Updated by Jonathan Cormier about 1 year ago
Just ran into this same issue, copying from an email that contained a non breaking space right before the #.