fix for bug29371 . regex wordwrap with UTF8: do not use \b metacharacter. The problem...
authorThomas Gries <wikinaut@users.mediawiki.org>
Tue, 14 Jun 2011 21:42:25 +0000 (21:42 +0000)
committerThomas Gries <wikinaut@users.mediawiki.org>
Tue, 14 Jun 2011 21:42:25 +0000 (21:42 +0000)
commit016e0ca1135660e15987046dbb90ab6e4d95b397
tree8b374165d05cf13e0db03736036a8a130a02af50
parent3399ffa0313c3612576ef35b5b4103fd509ff1b9
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)
resources/jquery/jquery.autoEllipsis.js
resources/jquery/jquery.highlightText.js
resources/jquery/jquery.suggestions.js