Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

qtlib: use utf8 encoding for QScintilla

Changeset c869b8ad6320

Parent e39f8dd7a7d0

by André Sintzoff

Changes to one file · Browse files at c869b8ad6320 Showing diff from parent e39f8dd7a7d0 Diff from another changeset...

 
426
427
428
 
429
430
431
 
426
427
428
429
430
431
432
@@ -426,6 +426,7 @@
  dialog.setWindowTitle(filename)   geomname = 'editor-geom'   editor.setText(contents) + editor.setUtf8(True)   editor.setModified(False)   dialog.restoreGeometry(s.value(geomname).toByteArray())   ret = dialog.exec_()