https://bugzilla.wikimedia.org/show_bug.cgi?id=29371
--- Comment #4 from T. Gries <[email protected]> 2011-06-13 21:51:09 UTC --- (In reply to comment #3) > My understanding is that in javascript regex's, \b only considers [a-zA-Z0-9_] > (aka what \w matches) to be word characters, so Ö is technically not part of a > word character, thus is really is a word boundary. See > http://bclary.com/2004/11/07/#a-15.10.2.6 PHP - but not Javascript - has multi-byte aware mb_ functions. I am pretty sure, you know this, do you? -- 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 on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
