diff --git a/gnucash/import-export/aqb/gnc-ab-utils.c b/gnucash/import-export/aqb/gnc-ab-utils.c index 0f40e15864..4ba804ad65 100644 --- a/gnucash/import-export/aqb/gnc-ab-utils.c +++ b/gnucash/import-export/aqb/gnc-ab-utils.c @@ -331,7 +331,7 @@ join_ab_strings_cb(const gchar *str, gpointer user_data) tmp = g_strdup(str); g_strstrip(tmp); - gnc_utf8_strip_invalid(tmp); + gnc_utf8_strip_invalid_and_controls(tmp); if (*acc) {