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
_______________________________________________
Eric mailing list
[email protected]
http://www.riverbankcomputing.com/mailman/listinfo/eric

Reply via email to