Works fine. Thank you.

> Hi,
>
> please change line 215 of LexerDjango.py from
>
> for token, txt in self.__lexer.get_tokens(unicode(self.editor.text())[:end +
> 1]:
>
> to
>
> for token, txt in self.__lexer.get_tokens(unicode(self.editor.text())[:end +
> 1].encode("utf-8")):
>
> Please report back.
>
> Detlev
>
>
_______________________________________________
Eric mailing list
[email protected]
http://www.riverbankcomputing.com/mailman/listinfo/eric

Reply via email to