Re: sort_column() Error
- Posted by DerekParnell (admin) Jul 07, 2010
- 1091 views
euphoric said...
sort_column() can sort by column 1, but it can't seem to sort by column 2... Can anybody figure out why?
Your code is fine. The problem was in the standard library code. The sort_columns() routine was converting the column data to uppercase before comparing it - but uppercase conversion doesn't work for data which isn't ASCII text - such as in your example.
I've uploaded a fix to the SVN repository.