RE: difficulties with utf-8 characters using DBD::Oracle, where works using DBD::Pg (PostgreSQL) - success!

2004-10-18 Thread Susan Cassidy
PROTECTED] Subject: Re: difficulties with utf-8 characters using DBD::Oracle, where works using DBD::Pg (PostgreSQL) Try http://homepage.eircom.net/~timbunce/DBD-Oracle-1.16-rc7- 20040826.tar.gz and read the documentation about unicode carefully. Let me know how it goes. Tim. On Thu, Oct 14

Re: difficulties with utf-8 characters using DBD::Oracle, where works using DBD::Pg (PostgreSQL)

2004-10-15 Thread Tim Bunce
Try http://homepage.eircom.net/~timbunce/DBD-Oracle-1.16-rc7-20040826.tar.gz and read the documentation about unicode carefully. Let me know how it goes. Tim. On Thu, Oct 14, 2004 at 04:06:41PM -0700, Susan Cassidy wrote: Hello, I have a cgi application that works fine using DBD::Pg to

Re: difficulties with utf-8 characters using DBD::Oracle, where works using DBD::Pg (PostgreSQL)

2004-10-15 Thread Peter J. Holzer
On 2004-10-14 16:06:41 -0700, Susan Cassidy wrote: I have a cgi application that works fine using DBD::Pg to insert/select data from a PostgreSQL using UTF-8 (database created as UNICODE). We have data in multiple languages stored, which has been working fine. I have modified the

Re: difficulties with utf-8 characters using DBD::Oracle, where works using DBD::Pg (PostgreSQL)

2004-10-15 Thread Ian Harisay
Actually, I have had a similar problem. I can read utf8 characters from the database but can't put them in the database using Perl. My system data is: Fedora Core 1, Perl 5.8.1, DBI 1.43, DBD::Oracle 1.15, Oracle client 9.2.x. Peter J. Holzer [EMAIL PROTECTED] 10/15 4:29 am On

difficulties with utf-8 characters using DBD::Oracle, where works using DBD::Pg (PostgreSQL)

2004-10-14 Thread Susan Cassidy
Hello, I have a cgi application that works fine using DBD::Pg to insert/select data from a PostgreSQL using UTF-8 (database created as UNICODE). We have data in multiple languages stored, which has been working fine. I have modified the application to use either Oracle or PostgreSQL,

RE: difficulties with utf-8 characters using DBD::Oracle, where works using DBD::Pg (PostgreSQL)

2004-10-14 Thread Susan Cassidy
I forgot to say that I am using : $DBD::Oracle::VERSION = '1.15'; Perl v5.8.5. Susan -Original Message- From: Susan Cassidy [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 4:07 PM To: [EMAIL PROTECTED] Subject: difficulties with utf-8 characters using DBD::Oracle, where