[node-patches] Change in ovirt-node[master]: [DRFAT] urwid: Force utf8 encoding

fabiand at fedoraproject.org fabiand at fedoraproject.org
Mon Jul 8 08:50:47 UTC 2013


Fabian Deutsch has uploaded a new change for review.

Change subject: [DRFAT] urwid: Force utf8 encoding
......................................................................

[DRFAT] urwid: Force utf8 encoding

Change-Id: Ieccfe87e8bd11ac55453f3d01a62cde9310a9be2
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=980371
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M src/ovirt/node/ui/urwid_builder.py
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/54/16554/1

diff --git a/src/ovirt/node/ui/urwid_builder.py b/src/ovirt/node/ui/urwid_builder.py
index e697996..05900f3 100644
--- a/src/ovirt/node/ui/urwid_builder.py
+++ b/src/ovirt/node/ui/urwid_builder.py
@@ -416,6 +416,7 @@
 
     def __init__(self, path, application, with_menu=True):
         super(UrwidWindow, self).__init__(path, application)
+        urwid.set_encoding("utf8")
         self._builder = UrwidUIBuilder(self.application)
         self.with_menu = with_menu
         self.logger.debug("Creating urwid tui for '%s'" % application)


-- 
To view, visit http://gerrit.ovirt.org/16554
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieccfe87e8bd11ac55453f3d01a62cde9310a9be2
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>



More information about the node-patches mailing list