RE: \x96 in column value?

2008-04-16 Thread Jerry Schwartz
I'm running afoul of the UTF8 character set somehow: mysql select convert(char(0x96) using utf8); +--+ | convert(char(0x96) using utf8) | +--+ | NULL | +--+ 1 row in set,

RE: \x96 in column value?

2008-04-16 Thread Tim McDaniel
On Wed, 16 Apr 2008, Jerry Schwartz [EMAIL PROTECTED] wrote: I'm running afoul of the UTF8 character set somehow: mysql select convert(char(0x96) using utf8); +--+ | convert(char(0x96) using utf8) | +--+ | NULL

RE: \x96 in column value?

2008-04-16 Thread Jerry Schwartz
-Original Message- From: Tim McDaniel [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 16, 2008 2:32 PM Cc: 'Mysql' Subject: RE: \x96 in column value? On Wed, 16 Apr 2008, Jerry Schwartz [EMAIL PROTECTED] wrote: I'm running afoul of the UTF8 character set somehow: mysql select convert