Actions
Defect #9222
opennon-breaking space prevents wiki parsing
Status:
New
Priority:
Low
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
2011-09-10
Due date:
% Done:
0%
Estimated time:
0.50 h
Resolution:
Affected version:
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
Updated by Jonathan Cormier almost 3 years ago
Just ran into this same issue, copying from an email that contained a non breaking space right before the #.
Actions