Bug#541198: python-mysqldb: utf8_bin collation will not convert to Unicode strings

2015-11-04 Thread Brian May
On Wed, Aug 12, 2009 at 02:01:35PM +0200, Christoph Burgmer wrote: > A string type column with a utf8_bin collation will not be converted to a > Python Unicode string, but instead will be returned as a utf8 (byte) string. > > The MySQL documentation though clearly states: "A nonbinary string has a

Bug#541198: [Python-modules-team] Bug#541198: python-mysqldb: utf8_bin collation will not convert to Unicode strings

2009-08-13 Thread Jonas Meurer
hey, On 12/08/2009 Christoph Burgmer wrote: > A string type column with a utf8_bin collation will not be converted to a > Python Unicode string, but instead will be returned as a utf8 (byte) string. > > The MySQL documentation though clearly states: "A nonbinary string has a > character set and i

Bug#541198: python-mysqldb: utf8_bin collation will not convert to Unicode strings

2009-08-12 Thread Christoph Burgmer
Package: python-mysqldb Version: 1.2.2-8 Severity: normal A string type column with a utf8_bin collation will not be converted to a Python Unicode string, but instead will be returned as a utf8 (byte) string. The MySQL documentation though clearly states: "A nonbinary string has a character set a