--- a/Preferences/ConfigurationPages/EditorFilePage.py Mon Dec 28 17:05:28 2009 +0000 +++ b/Preferences/ConfigurationPages/EditorFilePage.py Mon Dec 28 18:31:37 2009 +0000 @@ -83,7 +83,7 @@ int(self.createBackupFileCheckBox.isChecked())) Preferences.setEditor("AutoCheckSyntax", int(self.automaticSyntaxCheckCheckBox.isChecked())) - enc = unicode(self.defaultEncodingComboBox.currentText()) + enc = self.defaultEncodingComboBox.currentText() if not enc: enc = "utf-8" Preferences.setEditor("DefaultEncoding", enc)