Merge pull request #597 from ingoha/purpose-encoding

Fix bug 797473, UTF-8 characters were not processed correctly with aqbanking6.
This commit is contained in:
Christian Stimming
2019-11-02 23:30:54 +01:00
committed by GitHub

View File

@@ -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)
{