URI: 
       tMerge pull request #584 from dabura667/historyUTF8 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 0d4b36b28a88609d3a3fb8fe33e6879c89bc1152
   DIR parent 7267579fe0792fc7ff65724d1756520d943bc66e
  HTML Author: ThomasV <thomasv1@gmx.de>
       Date:   Thu, 27 Feb 2014 14:07:34 +0100
       
       Merge pull request #584 from dabura667/historyUTF8
       
       Changed CSV History export to UTF-8 labels
       Diffstat:
         M gui/qt/lite_window.py               |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/gui/qt/lite_window.py b/gui/qt/lite_window.py
       t@@ -122,6 +122,7 @@ def csv_transaction(wallet):
        
                            if tx_hash:
                                label, is_default_label = wallet.get_label(tx_hash)
       +                        label = label.encode('utf-8')
                            else:
                              label = ""