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

[bug] problem with using of non-english characters in tags #9

Closed
utkonostracker opened this issue Mar 13, 2023 · 1 comment
Closed

Comments

@utkonostracker
Copy link

This torrent https://demo.sqtracker.dev/torrent/0027b9df8f1a7ff500982a65feb7bfe86d4276f1 has the same string as description and tags.

We can see that while description is showing everything correctly, tags are messed up.

Currently:

  1. Tags written in Chinese, Japan and Korean languages are imediately removed upon pressing "Save changes". This means that we will get empty spaces instead of tags and if we will try to edit torrent again there would be just commas.
  2. Tags written in Greek, Persian, Arabic, Russian and French languages are imediately transliterated upon pressing "Save changes".

So for now only English tags could work flawlessly.

Expected:

  1. All tags should be saved correctly, as they are written in their original language.
  2. All tags should be shown correctly on torrent description page, as they are written in their original language.
@tdjsnelling
Copy link
Owner

Fixed in 0cb5368 and 0fef96b, will be included in next 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

No branches or pull requests

2 participants