[Eric] eric4 bug
li donglin
lidonglin8088 at gmail.com
Fri Apr 16 09:37:11 BST 2010
Hi,all,
I'm new to eric4, and using eric4 in Windows XP Chinese Edition(with
python 2.5 and pyQT4.7.2). I found eric4 can not handle chinese charactors
of pyuic4 ouput.
So I made a patch, but I don't know how to commit it. does anyone can
tell me how to do it?
changed Project\ProjectFormsBrowser.py line 650:
from:
self.buf.append(self.compileProc.readLine())
to:
self.buf.append(QString.fromUtf8(self.compileProc.readLine()))
Any suggestion will be appreciated.
li donglin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/eric/attachments/20100416/3ff88a28/attachment.html>
More information about the Eric
mailing list