Return-Path: <perl-return-3565-lace=jankratochvil.net@lists.mysql.com>
Received: from lists.mysql.com (lists2.mysql.com [213.136.52.31])
	by pauline.vellum.cz (8.11.6/8.11.6) with SMTP id j5PJH9J04794
	for <lace@jankratochvil.net>; Sat, 25 Jun 2005 21:17:09 +0200
Received: (qmail 27474 invoked by uid 510); 25 Jun 2005 19:16:57 -0000
Mailing-List: contact perl-help@lists.mysql.com; run by ezmlm
List-ID: <perl.mysql.com>
Precedence: bulk
List-Help: <mailto:perl-help@lists.mysql.com>
List-Unsubscribe: <mailto:perl-unsubscribe-lace=jankratochvil.net@lists.mysql.com>
List-Post: <mailto:perl@lists.mysql.com>
List-Archive: http://lists.mysql.com/perl/3565
Delivered-To: mailing list perl@lists.mysql.com
Received: (qmail 27451 invoked by uid 509); 25 Jun 2005 19:16:56 -0000
Received-SPF: neutral (listsnew.mysql.com: local policy)
Date: Sun, 26 Jun 2005 04:16:59 +0900
From: Jan Kratochvil <lace@jankratochvil.net>
To: Rudy Lippan <rlippan@remotelinux.com>
Cc: perl@lists.mysql.com
Subject: Re: [patch] DBD::mysql UTF-8 handling
Message-ID: <20050625191659.GA15536@kashome.dyn.jankratochvil.net>
References: <20050625121615.GA8358@kashome.dyn.jankratochvil.net> <Pine.LNX.4.44.0506251122530.26659-100000@elfride.ineffable.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <Pine.LNX.4.44.0506251122530.26659-100000@elfride.ineffable.net>
User-Agent: Mutt/1.4.2.1i

Hi,

On Sun, 26 Jun 2005 00:27:38 +0900, Rudy Lippan wrote:
> On Sat, 25 Jun 2005, Jan Kratochvil wrote:
...
> > Attached patch is just a followup to:
> > 	http://lists.mysql.com/perl/3006?f=plain
...
> But the patches don't make a distinction of binary vs. char types, ie. only 
> char/varchar/text/&c. should be flagged as utf-8

You are right. It was already noted in the thread round the referenced original
mail. I just needed to get it working. Fast. In 99% of cases this hack should
work as all the binary data should get filtered there by is_utf8_string()
(on _read_, on _write_ this patch should be right).

This is not for any final import but it still better hack than the one before.


Regards,
Lace

-- 
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe:    http://lists.mysql.com/perl?unsub=lace@jankratochvil.net

