[Eric] eric4 bug
detlev
detlev at die-offenbachs.de
Fri Apr 16 16:33:11 BST 2010
Hi,
what is your setting for the string encoding (Configuration dialog, Python
page)? I tried it over here with the encoding set to utf-8 and a form
containing German umlauts and the euro sign. I could not see an issue.
Regards,
Detlev
On Freitag, 16. April 2010, li donglin wrote:
> 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
>
--
Detlev Offenbach
detlev at die-offenbachs.de
More information about the Eric
mailing list