Magnus Manske wrote:
global $fixLbug ;
if ( $fixLbug ) $text = preg_replace ( '/(l|L)\'/' , '\\1'' , $text ) ;
This is ... interesting.
Please may I point out that this solution is extremely hacky? This is easy to break (read: it's going to yield more bugreports of a very similar kind). It's also not very efficient, CPU-wise.
Better patch coming up.
Timwi
wikitech-l@lists.wikimedia.org