1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-16 04:35:47 +02:00
jami-client-qt/tests/unittests
Andreas Traczyk 154ce53e2d link-preview: fix UTF-8 decoding
The HTML string was being converted to a local 8-bit string prior to parsing with tidy.

According to Qt documentation, this works on Unix systems as toLocal8Bit() is equivalent to toUtf8(), however, it may not on Windows, and may result in character replacement.

Gitlab: #1536
Change-Id: I7aec98cffbd9d72771d1c489f52b38dbb3a1ed9f
2024-01-31 10:32:44 -05:00
..
account_unittest.cpp misc: bump copyright to 2024 2024-01-03 09:54:49 -05:00
contact_unittest.cpp misc: bump copyright to 2024 2024-01-03 09:54:49 -05:00
globaltestenvironment.h misc: bump copyright to 2024 2024-01-03 09:54:49 -05:00
main_unittest.cpp misc: bump copyright to 2024 2024-01-03 09:54:49 -05:00
messageparser_unittest.cpp misc: bump copyright to 2024 2024-01-03 09:54:49 -05:00
previewengine_unittest.cpp link-preview: fix UTF-8 decoding 2024-01-31 10:32:44 -05:00