openscopeproject / TrguiNG

Remote GUI for Transmission torrent daemon
GNU Affero General Public License v3.0
265 stars 32 forks source link

Non-Latin characters in torrent name are rendered incorrectly #163

Closed StentMan closed 5 months ago

StentMan commented 5 months ago

I tried using a different, like Ariel Unicode MS which is very complete, but that didn't help at all, it still renders pretty much the same. A restart didn't help as well. image

Also, I can't use the Open Folder feature when that happens.

Anything I can do to fix this?

qu1ck commented 5 months ago

Check transmission's own web ui, does it show correctly there? If not, it's a server issue. I've seen this with Cyrillic too. Usually updating the server to later version helps.

qu1ck commented 5 months ago

Also on windows try forcing utf8 https://github.com/openscopeproject/TrguiNG/issues/114#issuecomment-1808656282

StentMan commented 5 months ago

I've been using Transmission Daemon with Transmission Remote GUI without any issue that the thought never crossed my mind. You were correct on both accounts:

  1. In the web UI it looked exactly like in TrguiNG.
  2. Updating to the latest version (4.0.4 -> 4.0.5 in my case) did the trick.

Thank you!