[ADMIN] RE: [JDBC] Lost in unicode?

2001-03-22 Thread Philip Yue
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

[ADMIN] Lost in unicode?

2001-03-22 Thread Chris Czeyka
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

[ADMIN] Re: psql

2001-03-22 Thread J.H.M. Dassen (Ray)
[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