[jQuery] Tablesorter dosn't work with german numbers?!

[jQuery] Tablesorter dosn't work with german numbers?!


Hi All!
I'm using jquery-1.2.3.min.js and jquery.tablesorter.min.js.
I try to sort a german table with german formats like "1.2354,76"
It seems that TABLESORTER think the cells are stings because the
sorting is like:
1.887,67
2.433,67
300,76
but it should be
300,76
1.887,67
2.433,67
could someone help me to find out how I can fix this?
Thanks a lot, Alex
PS: Sorry for my english. ;-)