patch 7.4.1204
Problem: Latin1 characters cause encoding conversion.
Solution: Remove the characters.
diff --git a/src/gui_motif.c b/src/gui_motif.c
index c011981..2f64f4d 100644
--- a/src/gui_motif.c
+++ b/src/gui_motif.c
@@ -4074,7 +4074,7 @@
* Synchronize all gui elements, which are dependant upon the
* main text font used. Those are in esp. the find/replace dialogs.
* If you don't understand why this should be needed, please try to
- * search for "piê¶æ" in iso8859-2.
+ * search for "pi\xea\xb6\xe6" in iso8859-2.
*/
void
gui_motif_synch_fonts(void)