projects
/
biacv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db696bd
)
Fixed unicode issue
author
Harishankar
<v.harishankar@gmail.com>
Thu, 8 Dec 2011 09:12:02 +0000
(14:42 +0530)
committer
Harishankar
<v.harishankar@gmail.com>
Thu, 8 Dec 2011 09:12:02 +0000
(14:42 +0530)
Fixed minor unicode issue in calling unicode () built-in data
type
biacv_mainwindow.py
patch
|
blob
|
history
diff --git
a/biacv_mainwindow.py
b/biacv_mainwindow.py
index
72c6bc3
..
f9e79b3
100644
(file)
--- a/
biacv_mainwindow.py
+++ b/
biacv_mainwindow.py
@@
-187,7
+187,7
@@
class Biacv_mainwindow (PyQt4.QtGui.QMainWindow, bui.Ui_biacv_mainwindow):
)
# set the profile highlights
- profile_highlights = unicode (self.profile.toPlainText ().toUtf8 ()).splitlines ()
+ profile_highlights = unicode (self.profile.toPlainText ().toUtf8 ()
, "utf-8"
).splitlines ()
docdata.set_profile (profile_highlights)
# get the list of educational qualifications from the treewidget