Re: Inserting Non English characters in a varchar type field - Mailing list pgsql-jdbc

From Oliver Friedrich
Subject Re: Inserting Non English characters in a varchar type field
Date
Msg-id BCEFLCEOHFPNLLAKKGAAOEKFCIAA.oliver@familie-friedrich.de
Whole thread Raw
In response to Inserting Non English characters in a varchar type field  ("Sulakshana Awsarikar" <sulakshana@mithi.com>)
Responses Bad Timestamp Format  (Gunaseelan Nagarajan <gnagarajan@dkf.de>)
List pgsql-jdbc
I think, you must adjust the Characterset of your database. By default it is
ASCII, but you can create databases with unicode or one of the europien
character sets (LATIN-1 or something else)

That should solve your problem.

Oliver Friedrich


-----Original Message-----
From: pgsql-jdbc-owner@postgresql.org
[mailto:pgsql-jdbc-owner@postgresql.org]On Behalf Of Sulakshana
Awsarikar
Sent: Friday, January 25, 2002 2:26 PM
To: pgsql-jdbc@postgresql.org
Subject: [JDBC] Inserting Non English characters in a varchar type field


Hi

I am trying to insert non english characters ( chars which lie in the
128-255 range in the ASCII character set ). When I try to get this data from
the table, I am getting garbled data. Is there any way to insert and
retrieve non english characters in pgsql

regards
Sulakshana


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly


pgsql-jdbc by date:

Previous
From: "Sulakshana Awsarikar"
Date:
Subject: Inserting Non English characters in a varchar type field
Next
From: Eric Webber
Date:
Subject: trying to compile postgres with java support