Summary: | Search not respecting UTF-8 charset | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | sse450 |
Component: | Searches-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 7.0.0 | ||
Target Milestone: | --- | ||
Platform: | Appimage | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.6.0 | |
Sentry Crash Report: |
Description
sse450
2020-03-09 13:23:00 UTC
The problem cannot be reproduced here. It is probably related to the current AppImage locale problem. There are currently many other problems with this. Maik OK, Maik. Just wanted to inform you. Not a deal breaker for me. Thank you. SQLite or MySQL database? Maik Maik, I confirm : AppImage still do not use ICU for locale management under Linux and it use Posix method instead, which is a basic fail-back on Qt. Gilles MySQL on the server. I can reproduce the problem with MySQL too. However, this is even a DIN standard and fully intended for the "LIKE" command. Here is the answer from a German MySQL forum. Switching to "latin1_german2_ci" is not an option for an international program like digiKam. https://forums.mysql.com/read.php?70,164894,164969#msg-164969 Maik Thank you, Maik. Surely, if it needs latin*, it is better to keep current config. I am very happy with digiKam as it is. Git commit 00e4d5da2948ccdc101cdeeb23f7b05405812436 by Gilles Caulier. Committed on 19/01/2022 at 19:04. Pushed by cgilles into branch 'master'. Great news : AppImage with Qt 5.15.2 compiled under Mageia 7.1 now support ICU This require to recompile whole AppImage build system on Continuous Deployement server. This will be done in a few days. I only tested here on my laptop, and i can confirm that ICU work fine now. Related: bug 406583, bug 425168, bug 410980, bug 407506, bug 413842 M +2 -3 project/bundles/3rdparty/ext_qt/5.15/CMakeLists.txt https://invent.kde.org/graphics/digikam/commit/00e4d5da2948ccdc101cdeeb23f7b05405812436 Hi, With the ICU support introduced in next 7.6.0 release, this problem is now fixed. You can test using 7.6.0 pre-release AppImage bundle available here : https://files.kde.org/digikam/ Best Regards Gilles Caulier |