- priority: 5 --> 2
- status: open --> closed-fixed
OriginalBugID: 4054 Bug
Version: 8.3b1
SubmitDate: '2000-01-21'
LastModified: '2000-01-21'
Severity: MED
Status: Released
Submitter: techsupp
ChangedBy: hobbs
RelatedBugIDs: 1357
OS: Linux
FixedDate: '2000-01-21'
FixedInVersion: 8.3
ClosedDate: '2000-10-25'
Name:
Philip Moore
Extensions:
Eggdrop
Comments:
It works as expected in tclsh (it returns "^Z A a Z")
But I'm having the problem when I do it from Eggdrop.
BTW, I have reported the bug to the Eggdrop developers in case the problem is with Eggdrop.
ReproducibleScript:
lsort -dictionary "A Z ^Z a"
returns: A Z ^Z a
lsort -dictionary "Z ^Z a A"
returns: A a Z ^Z
ObservedBehavior:
Look where it puts the "a" in each case...
I think the ^ seems to screw up lsort.
DesiredBehavior:
I expect it to sort it the same in both cases.
Should return "A a Z ^Z" in both cases.
Original report in 1357, this is already fixed for 8.3.0.
-- 01/21/2000 hobbs