Fixed bug #669: Numeric sorting does not work, but yields "random" order.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 20 Sep 2006 10:51:25 +0000 (10:51 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 20 Sep 2006 10:51:25 +0000 (10:51 +0000)
commitb8b19cd5ced95c850cf66f0ce306161ff78f490e
treef25da88ca45aca1a2d8fc29759803ba019f51730
parentfe9c1bf692a3a1f8dffa5cd98a9f1e99a3abc604
Fixed bug #669: Numeric sorting does not work, but yields "random" order.
The numerical sort did not convert characters back to original form,
that is it would only work with 'charmap @'. Any charmap should now work
but results will look random if charmap does not include the digits [0-9].
index/attribute.c
index/zinfo.c
index/zsets.c
test/sort/default.idx
test/sort/sort1.c