Hi,all,<br>    I&#39;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. <br>    So I made a patch,  but I don&#39;t know how to commit it. does anyone can tell me how to do it?<br>
<br>    changed Project\ProjectFormsBrowser.py line 650:<br>     from: <br>            self.buf.append(self.compileProc.readLine())<br>    to:<br>            self.buf.append(QString.fromUtf8(self.compileProc.readLine()))<br>
    <br>   Any suggestion will be appreciated.<br>    <br>li donglin<br>