Re: [PyQt] Strange utf-8 conversions in PyQt3

2012-12-16 Thread Hans-Peter Jansen
Dear Phil, Am Dienstag, 20. November 2012, 09:56:06 schrieb Phil Thompson: > On Wed, 14 Nov 2012 00:39:52 +0100, Hans-Peter Jansen > > wrote: > > Dear Phil, > > > > since one of the more recent versions of SIP (4.14 or 4.14.1), MySQL > > database > > table data shows strange characters with PyQ

Re: [PyQt] Strange utf-8 conversions in PyQt3

2012-11-20 Thread Phil Thompson
On Wed, 14 Nov 2012 00:39:52 +0100, Hans-Peter Jansen wrote: > Dear Phil, > > since one of the more recent versions of SIP (4.14 or 4.14.1), MySQL > database > table data shows strange characters with PyQt3. The tables hold utf-8 > data, > and all other database tools handle the utf-8 data as e

[PyQt] Strange utf-8 conversions in PyQt3

2012-11-13 Thread Hans-Peter Jansen
Dear Phil, since one of the more recent versions of SIP (4.14 or 4.14.1), MySQL database table data shows strange characters with PyQt3. The tables hold utf-8 data, and all other database tools handle the utf-8 data as expected. Only PyQt3 apps show this anomaly, PyQt4 is still fine. I can pro