Re: Encoding problem

From: Pantelis Natsiavas <pantelykos(at)yahoo(dot)com>
To: mail list for postgreSQL JDBC problems <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Encoding problem
Date: 2006-08-30 09:14:57
Message-ID: 20060830091457.40647.qmail@web50407.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I am not really sure, about what you are asking. I am writing in JBuilder. I tried to use the default encoding in JBuilder project and I got the same error. Then tried to change it to UTF-8 but still nothing. I think that this should be the encoding of the source file. I don't understand why I should have the table name in the java source file.
I create only a String object which contains the SQL query and works fine with english-named tables. The String containing the SQL query is encoded in UTF-8 but it doesn't work when I use greek characters. I ensist that the problem should be in PostgreSQL settings and not in my code, because I tried to make the same query through the query tool in pgadmin and I got the same error. I even tried, to save the query in Windows Notepad using UTF-8 and then load it through the proper option in the query tool of pgadmin and still the same error occurs.

Always thankful,
Pantelis

---------------------------------
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail.

Browse pgsql-jdbc by date

  From Date Subject
Next Message Regász Imre 2006-08-30 09:42:56 Re: Encoding problem
Previous Message Regász Imre 2006-08-30 08:44:05 Re: Encoding problem