From: | Guillaume Cottenceau <gc(at)mnc(dot)ch> |
---|---|
To: | "Rashmi" <rashmi(at)fideltech(dot)com> |
Cc: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: Problem : Japanese Character Support |
Date: | 2005-01-17 11:57:47 |
Message-ID: | 87wtucuv2c.fsf@meuh.mnc.ch |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
"Rashmi" <rashmi 'at' fideltech.com> writes:
> Hello,
>
> I have one problem. I am working on java and postgre sql. The data in
> postgre sql is in japanese
> When i used JDBC code in java like select statement then i get the
> resultset but in that resultset instead of japanese data , empty
> string is coming so i am not getting japanese data in java from
> postgre sql.
> Its not giving error but return empty string. But, when i used english
> data, its working fine
>
> What could be the problem?
> Is it that postgre's JDBC driver is not supporting japanese character.
Using both postgres 7.2 and 7.4 I had no problem at all mixing
any type of language (currently tested english, french and
japanese on the same page). I have set the database in UTF-8 at
creation time. I use UTF-8 back and forth in my webapp (which
uses struts).
--
Guillaume Cottenceau
From | Date | Subject | |
---|---|---|---|
Next Message | Antony Paul | 2005-01-17 12:19:21 | Re: Problem : Japanese Character Support |
Previous Message | Csaba Nagy | 2005-01-17 09:35:56 | Re: Weird behavior in transaction handling (Possible bug ?) |