]> git.plutz.net Git - tabnote/blobdiff - tabnote
fixed problem with unicode strings (by omitting string explicit encoding, should...
[tabnote] / tabnote
diff --git a/tabnote b/tabnote
index 897685814f6ef5c98eee948e99b53bbddf55c04d..ee5d59cb50faba4828f235f8dd13f46977f6f773 100755 (executable)
--- a/tabnote
+++ b/tabnote
@@ -81,7 +81,7 @@ class Persistence():
     for c in string:
       if c == '"': ret += '""'
       else: ret += c
-    return str(ret)
+    return ret
 
   def allRecords(self):
     """