From b04c494f244260a7d67f70b1f554ade1080f8d61 Mon Sep 17 00:00:00 2001 From: Ingo Haschler Date: Wed, 30 Oct 2019 20:12:15 +0100 Subject: [PATCH] Bug 797473 - UTF8 characters not processed correctly with aqbanking6 --- gnucash/import-export/aqb/gnc-ab-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {