Re: question marks on insert of Unicode Japanese text with Perl
Posted by: Dan McCormick
Date: August 23, 2005 12:35PM

Looks like things work if I do an insert like this:

my $sth = $dbh->prepare("insert into t values (convert(_utf8? using utf8))");
$sth->execute( $t );

When select'ing from Perl, I have to use Encode::_ut8_on() to let Perl know it's a Unicode string.

Whew,
Dan

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: question marks on insert of Unicode Japanese text with Perl
2502
August 23, 2005 12:35PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.