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

Accent not shown in a tag #1618

Open
Guybrush88 opened this issue Jul 22, 2018 · 1 comment
Open

Accent not shown in a tag #1618

Guybrush88 opened this issue Jul 22, 2018 · 1 comment
Labels
bug Issue that describes a problem with a feature that doesn't work as expected.

Comments

@Guybrush88
Copy link

While adding the "by Honoré de Balzac" tag to a sentence, I noticed that the autocompletion showed (properly) the accent, but, after having added it, the accent suddenly disappeared, showing a regular "e" without accents. The accent is missing also in any page related to this tag. I'm attaching a screenshot to show what I mean.
These are the related links:
https://tatoeba.org/ita/tags/show_sentences_with_tag/836
https://tatoeba.org/ita/tags/view_all/honor%C3%A9%20de%20balzac

Steps to reproduce this bug:

  • open any sentence
  • add the tag "by Honoré de Balzac"
    no accents
@jiru jiru added the bug Issue that describes a problem with a feature that doesn't work as expected. label Jul 23, 2018
@jiru
Copy link
Member

jiru commented Jul 23, 2018

I made some research.

We have these two tags in the database:

  • by Honore de Balzac (id 836)
  • by Honoré de Balsac (id 4597)

Suggestd returns what is show on @Guybrush88’s screenshot:

<?xml version="1.0" encoding="utf8"?>
<items>
	<item value="1">by Honoré de Balzac</item>
	<item value="1">by Honoré de Balsac</item>
</items>

After restarting suggestd, its output is now consistent with the database:

<?xml version="1.0" encoding="utf8"?>
<items>
	<item value="152">by Honore de Balzac</item>
	<item value="23">by Honoré de Balsac</item>
</items>

So the bug is now fixed, so I can confirm it’s a bug in suggestd. I just don’t know how to reproduce it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue that describes a problem with a feature that doesn't work as expected.
Projects
None yet
Development

No branches or pull requests

2 participants