Revert accidental change from r90630
authorLeo Koppelkamm <diebuche@users.mediawiki.org>
Wed, 22 Jun 2011 23:22:12 +0000 (23:22 +0000)
committerLeo Koppelkamm <diebuche@users.mediawiki.org>
Wed, 22 Jun 2011 23:22:12 +0000 (23:22 +0000)
resources/jquery/jquery.tablesorter.js

index f12ee0d..821d9ac 100644 (file)
                                // We allow a trailing percent sign, which we just strip.  This works fine
                                // if percents and regular numbers aren't being mixed.
                                ts.numberRegex = new RegExp("^(" + "[-+\u2212]?[0-9][0-9,]*(\\.[0-9,]*)?(E[-+\u2212]?[0-9][0-9,]*)?" + // Fortran-style scientific
-                               "|" + "[-+\u2212]?" + digitClass + "+[\\s]*%?" + // Generic localised
+                               "|" + "[-+\u2212]?" + digitClass + "+[\\s\\xa0]*%?" + // Generic localised
                                ")$", "i");
                        }