-
I was wondering what its effects are, e.g. WebUI language support, Unicode filenames in torrents, etc. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It's not a specific dependency of either libtorrent (but iconv is for v1.2) or qbittorrent. It's more about how the build process adapts automatically if ICU is present and this is mostly linked to building qtbase/qttools Since QT and boost (but we don't build that anymore) automatically prefer ICU if it is present the main relationship would probably be between qbittorrent and QT for how Unicode characters are displayed and the webui linked into it. To be really honest, no one seems to have a clear answer and I've asked on both libtorrent and qbittorrent. I have not had anyone report Unicode issues with either so all I can say it try one and if you have no issues, enjoy it. but, ICU does seem to be a preferred library over iconv, triggered by automatic build switches, so do the builds use it just incase it turns out to be better. |
Beta Was this translation helpful? Give feedback.
It's not a specific dependency of either libtorrent (but iconv is for v1.2) or qbittorrent. It's more about how the build process adapts automatically if ICU is present and this is mostly linked to building qtbase/qttools
Since QT and boost (but we don't build that anymore) automatically prefer ICU if it is present the main relationship would probably be between qbittorrent and QT for how Unicode characters are displayed and the webui linked into it.
To be really honest, no one seems to have a clear answer and I've asked on both libtorrent and qbittorrent. I have not had anyone report Unicode issues with either so all I can say it try one and if you have no issues, enjoy it.
but, ICU does…