Comment 3 for bug 1313112

Revision history for this message
Alexandre (alexandre67fr) wrote :

On latest Ubuntu 15.10, a quick solution can be to open /usr/lib/gedit/plugins/sourcecodebrowser/plugin.py, , find line 416 and replace

os.write(fd, contents)

with

os.write(fd, bytes(contents, 'UTF-8'))