mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
commit
5870887f12
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user