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

Cannot edit ingredients with umlauts after creating #976

Closed
cryve opened this issue May 17, 2020 · 1 comment · Fixed by #1010
Closed

Cannot edit ingredients with umlauts after creating #976

cryve opened this issue May 17, 2020 · 1 comment · Fixed by #1010

Comments

@cryve
Copy link

cryve commented May 17, 2020

Steps to reproduce

  1. Create a new recipe
  2. Add an ingredient that has an umlaut (ä, ö, ü) or other special German character like ß in its name, e.g.: Süßkartoffel
  3. Edit the ingredient name after inserting and hit ENTER or click somewhere else to save

Actual result

The changes have not been saved.

Expected result.

The changes have been saved.

Tested on Windows 10 with Gourmet v0.17.4

@cydanil
Copy link
Contributor

cydanil commented Jun 4, 2020

Thanks for this.

This is due to character encoding handling in Python 2, where Gourmet mostly functions with ASCII.

As in Python 3 strings are now unicode, this issue will be resolved in the next Python 3 release :) .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants