https://bugzilla.wikimedia.org/show_bug.cgi?id=28708
Jan Paul Posma <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[email protected]. |[email protected] |org | --- Comment #2 from Jan Paul Posma <[email protected]> 2011-04-26 14:47:17 UTC --- Created attachment 8463 --> https://bugzilla.wikimedia.org/attachment.cgi?id=8463 Bidi fixing effort This patch supplies some fixes and shows how this can be used to fix many more BiDi bugs. By wrapping text in <span class="unicode-embed"></span> a new embedding level is created, which allows for different text direction inside without breaking surrounding text. This can be done in MediaWiki by using the Sanitizer::safeBiDi() function. This patch already fixes bug 28030, bug 12415, bug 12406, bug 28411, and bug 28349. -- 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
