Changeset 1107
- Timestamp:
- 07/25/07 03:04:42 (6 years ago)
- Files:
-
- 1 modified
-
trunk/umitGUI/NmapOutputViewer.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/umitGUI/NmapOutputViewer.py
r1106 r1107 359 359 360 360 # Converting to UTF-8 before trying to use it on GTK 361 self.text_buffer.set_text( content.encode("utf-8"))361 self.text_buffer.set_text(unicode(content, "utf-8")) 362 362 363 363 # Closing file to avoid file descriptor problems
