Feature #3682
Case insensitive string grid column sorting
Status:
New
Priority:
Normal
Assignee:
-
Category:
General
Target version:
-
Start date:
2016-03-31
Due date:
% Done:
0%
Estimated time:
Description
In "Configuration" > "Channel/EPG" > "Channels" section, after sorting channel names I'm using the "Assign Number" functionality. Unfortunately we've got some channels in lower case letters here. So the lower ones are always at the end and getting higher channel numbers.
It would be nice if sorting would be case insensitive for such grid columns.
History
Updated by Joe User about 6 years ago
It would also be nice when sorting DVR entries.
I have replaced strcmp with strcasecmp in idnode.c, which works for me (linux), but I understand it may not be portable and may not work for some languages...