Should list_remove_duplicates be case sensitive or case insensitive? Almost everything else in calibre is case insensitive so that is where I lean.
Note that in the case of case-insensitive matching, the last one in the list wins. Example: the input list 'A, A, a, a, b, B' produces the answer 'a, B'
|