<div class="gmail_quote">Hello again. I've just installed kubuntu, set up eric-4.4.2, installed Django plugin of version 2.1.1 (I think it is the most recent version) and  I catch <a href="http://www.riverbankcomputing.com/pipermail/eric/2010-June/002612.html" target="_blank">http://www.riverbankcomputing.com/pipermail/eric/2010-June/002612.html</a> bug again.<br>

so I've changed line 223 from:<br>tlen = len(txt)<br>to:<br>tlen = len(txt.encode('utf-8'))<br>and it works.<br>
</div><br>