https://bugzilla.wikimedia.org/show_bug.cgi?id=21946


Aryeh Gregor <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED




--- Comment #5 from Aryeh Gregor <[email protected]>  2009-12-27 
15:48:08 UTC ---
(In reply to comment #3)
> This patch uses [+-\u2212] which will match anything from U+002B PLUS SIGN to
> U+2212 MINUS SIGN. Need to escape the hyphen as it is no longer adjacent to 
> the
> brackets. Best practice would be to include the backslash regardless. Escaping
> the plus sign to avoid confusion would not hurt either, thus [\+\-\u2212].

Good catch.  Regex is fun.  Fixed in r60430.

(In reply to comment #4)
> I tried adding U+2212 to a two-digit numeral in a table: doesn't work.

The fix has been committed to trunk.  It isn't live on Wikipedia yet, that will
happen who knows when.  Note that there's currently no reliable way of telling
what revision Wikipedia is at without poking through SVN logs.  It's currently
at r57447, I think, and has been since early October.


-- 
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

Reply via email to