summaryrefslogtreecommitdiffstats
path: root/apps/patchwork
diff options
context:
space:
mode:
Diffstat (limited to 'apps/patchwork')
-rwxr-xr-xapps/patchwork/bin/pwclient2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/patchwork/bin/pwclient b/apps/patchwork/bin/pwclient
index e25212a..6a1a36a 100755
--- a/apps/patchwork/bin/pwclient
+++ b/apps/patchwork/bin/pwclient
@@ -408,7 +408,7 @@ def main():
s = rpc.patch_get_mbox(patch_id)
if len(s) > 0:
- print s
+ print unicode(s).encode("utf-8")
elif action == 'get' or action == 'save':
try: