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
commit 5870887f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -331,7 +331,7 @@ join_ab_strings_cb(const gchar *str, gpointer user_data)
tmp = g_strdup(str); tmp = g_strdup(str);
g_strstrip(tmp); g_strstrip(tmp);
gnc_utf8_strip_invalid(tmp); gnc_utf8_strip_invalid_and_controls(tmp);
if (*acc) if (*acc)
{ {