Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

not able to fetch non-ascii charector

Status
Not open for further replies.

tnerurkar

Programmer
Apr 9, 2003
35
IN
Hi,

I have these (8Z°²´¯±³³µ·´¶¸§©«²´¶¥§©³µ·) non-ascii charectors in the table. I am using postgres 8 and jdk 1.4.x My database encoding is SQL_ASCII. When I fetch data using JDBC it is returning like (???????).

Can you please tell me how to fetch these value in java.

regards,
Tushar
 
i guess you need to use some encode() function...may be

URLEncoder.encode()

-DNG
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top