Re: DBD::mysql mysql_server_prepare=1 anyone?

2006-10-07 Thread Dominic Dunlop
On 2006–10–06, at 21:58, Gustavo Delfino wrote: Any advice on how to solve this? Well, I can't help you, but I know someone who can. Or who should be able to, anyway. Go to http://search.cpan.org/~capttofu/DBD- mysql-3.0007/ and repost your question through the View/Report bugs link

encode qp a Unicode string

2006-10-07 Thread Nobumi Iyanaga
Hello, I have a Unicode string that I would like to convert into quoted- printable encoding, but if I do: #!/usr/bin/perl use utf8; use MIME::QuotedPrint; my $unicode_string = xxx # where I have real Unicode string, for example Japanese characters... $encoded =

Re: encode qp a Unicode string

2006-10-07 Thread Gisle Aas
Nobumi Iyanaga [EMAIL PROTECTED] writes: What am I doing wrong? You did not read 'perldoc MIME::QuotedPrint' to the end :) |Perl v5.8 and better allow extended Unicode characters in strings. Such strings |cannot be encoded directly, as the quoted-printable encoding is only defined

Re: encode qp a Unicode string

2006-10-07 Thread Nobumi Iyanaga
Hello Gisle, On Oct 7, 2006, at 11:04 PM, Gisle Aas wrote: Nobumi Iyanaga [EMAIL PROTECTED] writes: What am I doing wrong? You did not read 'perldoc MIME::QuotedPrint' to the end :) |Perl v5.8 and better allow extended Unicode characters in strings. Such strings |cannot be

Re: DBD::mysql mysql_server_prepare=1 anyone?

2006-10-07 Thread Gustavo Delfino
However, the DBD::MySQL man page says The obvious question is: Are the C libraries thread safe? In the case of MySQL the answer is mostly and, in theory, you should be able to get a yes, if the C library is compiled for being thread safe (By default it isn't.) by passing the option

Re: DBD::mysql mysql_server_prepare=1 anyone?

2006-10-07 Thread Sherm Pendley
On Oct 7, 2006, at 2:26 PM, Gustavo Delfino wrote: I now want to try with the -with-thread-safe-client option, but I don't know how to add it. It's not a Makefile.PL option. It's a configure option when you're building MySQL itself. sherm-- Web Hosting by West Virginians, for West