Comment 5 for bug 935930

Revision history for this message
eryksun (eryksun) wrote :

I had the same problem caused by curly quotes (\u201c, \u201d) around the computer name. I'm not familiar with GObject, but it seems to be happy with utf-8 (inserted before line 54 of appstore2.py):

    display_name = display_name.encode('utf-8')