Index: trunk/phase3/resources/jquery/jquery.tablesorter.js |
— | — | @@ -415,7 +415,7 @@ |
416 | 416 | // We allow a trailing percent sign, which we just strip. This works fine |
417 | 417 | // if percents and regular numbers aren't being mixed. |
418 | 418 | ts.numberRegex = new RegExp("^(" + "[-+\u2212]?[0-9][0-9,]*(\\.[0-9,]*)?(E[-+\u2212]?[0-9][0-9,]*)?" + // Fortran-style scientific |
419 | | - "|" + "[-+\u2212]?" + digitClass + "+%?" + // Generic localised |
| 419 | + "|" + "[-+\u2212]?" + digitClass + "+[\\s\\xa0]*%?" + // Generic localised |
420 | 420 | ")$", "i"); |
421 | 421 | } |
422 | 422 | |