User "Brion VIBBER" posted a comment on MediaWiki.r90092. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90092#c18082 Commit summary:
fix for bug29371 . regex wordwrap with UTF8: do not use \b metacharacter. The problem is that JavaScript recognizes word boundaries only before/after ASCII letters (and numbers/underscore) Comment: Just a warning; this will fail to match on cases where the boundary was ASCII punctuation, though I don't know whether or not there are cases where that currently matters. Needs qunit test cases. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
