Lost in unicode?

From: Chris Czeyka <czeyka(at)skwea(dot)co(dot)jp>
To: pgsql-novice(at)postgresql(dot)org, pgsql-jdbc(at)postgresql(dot)org, pgsql-admin(at)postgresql(dot)org
Subject: Lost in unicode?
Date: 2001-04-22 08:28:31
Message-ID: 3AE2962F.C12E0AB8@skwea.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-jdbc pgsql-novice

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 they reside as "?" in the Database.
this doesn't seem to be UNICODE support, i.e. I am probably missing something,
as of how I can enter data as unicode.

Hopefully you might help me out there, as I'm probably not the only one with
the ned of UNICODE and Java.

best greets & cheers,
chris

Browse pgsql-admin by date

  From Date Subject
Next Message Peter Galbavy 2001-04-22 10:02:54 PostgreSQL 7.1 now in OpenBSD ports/packages
Previous Message Jeremy May 2001-04-22 06:58:06 Re: Install Problems

Browse pgsql-jdbc by date

  From Date Subject
Next Message jlemcke 2001-04-22 23:53:08 Re: Another Problem Connecting to JDBC7.0
Previous Message Joe Shevland 2001-04-22 06:01:45 RE: HELP : Can't load JDBC driver !

Browse pgsql-novice by date

  From Date Subject
Next Message Ryan Ho 2001-04-22 15:36:12 Re: BLOB Type ?
Previous Message Thorsten Mauch 2001-04-21 20:48:30 BLOB Type ?