Am Freitag, 20. Dezember 2002 13:09 schrieb Serge: > On Thursday 19 December 2002 17:25, Martin v. L�wis wrote: > > Serge <[EMAIL PROTECTED]> writes: > > > 1. Code window in eric does not accept cyrillic characters > > > 2. It also does not display properly cyrillic UTF-8 characters > > > > Please try the attached patch. It implements PEP 263 for Eric3, > > putting the QScintilla widget into UTF-8 mode. > > > > Notice that you will need to add an encoding declaration to your > > files, e.g. > > > > # -*- coding: utf-8 -*- > > > > or > > > > # -*- coding: koi8-r -*- > > > > depending on what encoding you use in your files; if you have an > > UTF-8 BOM in the file, no further declaration is necessary. > > > > Regards, > > Martin > > Thanks to all. Now all things works fine. > Martin, there is a small bug in your patch > See line 43 in the function encode : > coding = get_coding(self, text) > > encode is not a member of any class and it does not have declare > 'self' attribute/variable (get_coding also :) ) so I just remove it. > > Regards, > Serge. > > > > > > _______________________________________________ > PyKDE mailing list [EMAIL PROTECTED] > http://mats.gmd.de/mailman/listinfo/pykde
Thanks guys. This patch will be in the 3.0.1 release. Detlev -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
