Skip to content

Commit

Permalink
Merge remote-tracking branch 'gnuradio-wg-grc/maint_grcwg' into maint
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcorgan committed Jul 29, 2015
2 parents 623f963 + 533875c commit bc626fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grc/gui/Utils.py
Expand Up @@ -97,7 +97,7 @@ def encode(value):
character.
"""

valid_utf8 = value.decode('utf-8', errors='ignore').encode('utf-8')
valid_utf8 = value.decode('utf-8', errors='replace').encode('utf-8')
return gobject.markup_escape_text(valid_utf8)


Expand Down

0 comments on commit bc626fd

Please sign in to comment.