fvwm2/fvwm-2.5.25-charset_in_title.patch

19 lines
383 B
Diff
Raw Normal View History

--- libs/Flocale.c
+++ libs/Flocale.c
@@ -2316,6 +2316,7 @@
{
return;
}
+#if 0
if (text_prop.encoding == XA_STRING)
{
/* STRING encoding, use this as it is */
@@ -2324,6 +2325,7 @@
return;
}
/* not STRING encoding, try to convert XA_COMPOUND_TEXT */
+#endif
if (XmbTextPropertyToTextList(dpy, &text_prop, &list, &num) >= Success
&& num > 0 && *list)
{