Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Polish characters from JDBC in 9iAS JSP pages
I developed some pages in Oracle 9iAS rel.2 in Oracle portal
under page groups - as internal JSP pages.
The problem is that I don't see my Polish characters when
displaying data from database through JDBC.
Although I can see them when doing out.println() with
polish string as argument.
It seems that doing resultSet.getString(column)
doesnt return polish characters. I tried this:
Locale pl=new Locale("pl","PL");
Locale.setDefault(pl); - but it doesn't help anything.
I'm sure that there are polish characters in database. Please help.
Received on Mon Mar 15 2004 - 10:03:10 CST
![]() |
![]() |