Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong alphabetical order when sorting recipes by name (special characters) #106

Open
pled opened this issue Jun 16, 2022 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@pled
Copy link

pled commented Jun 16, 2022

When displaying recipes in main window, then clicking on "Title" column to sort recipes by names, special (or extended) characters like "œ" or "É" are wrongly sorted.

sorted

Steps to Reproduce

  1. Open main window
  2. Click on "Title" column to sort recipes based on name, and to get reverse alphabetical order
  3. Special or extended characters such as "œ" or "é" are listed on top, before "z" etc...

Expected Behavior

Such characters should be listed along similar characters : "œ" should be with "oe", "é" should be with "e", etc...

Environment

  • Operating System: Ubuntu 22.04 or Debian 12 Bookworm
  • Version or commit id: 1.1.0rc2
  • Installed as Flatpak or Python package?: flatpak
@cydanil
Copy link
Contributor

cydanil commented Jun 16, 2022

Thanks for the report!
I'm kinda surprised because I did not touch this part of the code.
I will investigate and report here any findings 🙂

@FriedrichFroebel FriedrichFroebel added the enhancement New feature or request label Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants