https://bugzilla.wikimedia.org/show_bug.cgi?id=12752





--- Comment #3 from Brion Vibber <[EMAIL PROTECTED]>  2008-11-28 19:05:53 UTC 
---
Sounds like checking for word breaks should do the job reasonably well here.

Eg:

...quoted » outside
\s»\W -> break

outside »quoted...
\s»\w -> no break


As long as nobody uses this form:
outside » quoted...

in which case it would be much more difficult to distinguish which side the
non-break space belongs on, requiring heuristics to try to see where the quote
was started.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to