When your Java talks to non-Java anything, the Unicode is easily broken.
You have to make sure what you insert into the db is actually Unicode.
Philip Yue
XML Global
www.xmlglobal.com
-Original Message-
From: Chris Czeyka [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 22, 2001 1:29 AM
Hello to all,
I compiled postgresql with unicode support:
./configure --enable-multibyte=UNICODE
later I create the DB: createDB JMdict -R UNICODE
\encoding shows UNICODE
so far, so good...
As java natively speaks unicode(UTF-8), just naively wrote strings of Japanese
into the DB.
But actually
[Please do not use HTML for email]
Tudor Gabriel PETRESCU <[EMAIL PROTECTED]> wrote:
>I tried to acces my data base with the command:
>psql mydbname
>and I get the following error message:
>
>Connection to database 'mydbname' failed.
>connectDB() -- socket() failed: errno=3D106
>Addresses in the