custom-cards / flex-table-card

Highly Flexible Lovelace Card - arbitrary contents/columns/rows, regex matched, perfect to show appdaemon created content and anything breaking out of the entity_id + attributes concept

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting doesn't honor Danish characters

martinrosenauer opened this issue · comments

First of all, thanks for a great card. However I'm seeing an issue when sorting on strings with Danish (and probably other special chars) characters. In the attached example the "Æbler" is supposed to be after "Appelsinjuice" as ÆØÅ is at the end of the alphabet (e.g. after A-Z).

This happens with
sort_by:
- name+

image