Unfortunately changing the encoding didn't help. I'm on a Mac, the OS is Lion and I am using Python 3.1.<br><br><div class="gmail_quote">On Sat, Dec 3, 2011 at 6:50 PM, Jeremy Sanders <span dir="ltr"><<a href="mailto:jeremy@jeremysanders.net">jeremy@jeremysanders.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">Tore Knabe wrote:<br>
<br>
> Hi,<br>
><br>
> I am having trouble with Chinese characters strings. Each character itself<br>
> seems to be drawn okay, but the following character starts at the same<br>
> position, on top of the previous one. Some Chinese characters don't seem<br>
> to have that problem, but most have, especially the most common ones. Here<br>
> is a short program that demonstrates the problem: the Label should show a<br>
> string of three characters, but they are drawn on top of each other.<br>
<br>
</div>Works for me on Ubuntu 11.10 with Python 2.7. I had to change the encoding<br>
to utf-8 (not utf8 - I think this might be wrong). Also, if you're using<br>
Python 2.x, you need a "u" in front of your unicode string.<br>
<span class="HOEnZb"><font color="#888888"><br>
Jeremy<br>
<br>
--<br>
<a href="http://www.jeremysanders.net/" target="_blank">http://www.jeremysanders.net/</a><br>
<br>
_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br>
</font></span></blockquote></div><br>