mirror of
https://github.com/brl/mutter.git
synced 2025-03-13 06:45:03 +00:00

Commit 840378ae682 changed the code to use XmbTextPropertyToTextList() instead of gdk_text_property_to_utf8_list_for_display(), but didn't take into account that the replacement returns text in the current locale's encoding, while any callers (rightfully) expect UTF8. Fix this by converting the text if necessary. https://gitlab.gnome.org/GNOME/mutter/merge_requests/227
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%