Node ID sort not fixed (originally #618)

Not fixed. Version 0.9.14.

I am getting Node ID alpha-sorted as follows: B > S > h. Do Caps vs small letters matter in the sort algorithm? I don’t think they should. Here is a screenshot, thank you:

I am brain-dead. Sorry, this should have been posted in the issue tracker.

Both sorts are case sensitive, yes. Because it’s the default, not by policy decision.

Thanks for explaining. Case sensitive means A-Z and then a-z. I get it :wink: