KDE Gear projects with failing CI (master + stable) (25 November 2025)
Sune Vuorela
nospam at vuorela.dk
Wed Nov 26 08:53:26 GMT 2025
On 2025-11-25, Albert Astals Cid <aacid at kde.org> wrote:
> okular - NEW
> * https://invent.kde.org/graphics/okular/-/pipelines/1096909 (master)
> * https://invent.kde.org/graphics/okular/-/pipelines/1096913 (stable)
> * formattest fails in Qt 6.11
I'm trying to track down all of the 'why's here.
The Qt code recently was changed to use ' instead of a special close-by
unicode glyph. The code comments in the test cases for Qt still talks
about the special unicode glyph. At least the code comments should be
fixed, if not something else. (this is code based off cldr, so Qt might
be more correct now)
The Okular code in question also seems to go out of the way to get that
special unicode glyph that is '-like, so it seems like it is on purpose.
Still trying to track down the 'why'
There are various (broad) hammers we could apply, like a
.replace("'","\u2019") in okular, but let's get to the bottom of 'why'
first
/Sune
More information about the kde-devel
mailing list