Philipp Hörist pushed to branch master at gajim / gajim


Commits:
e5dc6e72 by Philipp Hörist at 2025-02-23T11:59:05+01:00
cfix: Add pango word break workaround in more places

- - - - -


1 changed file:

- gajim/common/util/text.py


Changes:

=====================================
gajim/common/util/text.py
=====================================
@@ -131,6 +131,7 @@ def make_href_markup(string: str | None) -> str:
     if not string:
         return ""
 
+    string = process_non_spacing_marks(string)
     string = GLib.markup_escape_text(string)
 
     def _to_href(match: Match[str]) -> str:



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/e5dc6e72cdf221967e96114781850ed13fb420d4

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/e5dc6e72cdf221967e96114781850ed13fb420d4
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to