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