@eht16 commented on this pull request.
geany_debug("Couldn't convert from %s to UTF-8.", charset);
+ g_set_error(error, G_CONVERT_ERROR, G_CONVERT_ERROR_ILLEGAL_SEQUENCE, + _("Data contains NULs"));
Do we always know for sure the error here is exclusively NUL bytes?