Search:

Type: Posts; User: Scomage

Search: Search took 0.11 seconds.

  1. Re: Help with UTF-8 characters into Oracle database

    req.setCharacterEncoding("UTF-8"); fixed the problem in the maintenance module. If I add this to the main servlet class that receives all requests, can it break anything else? Will it have any...
  2. Re: Help with UTF-8 characters into Oracle database

    This is not the problem. The database will accept the unicode characters. They are getting changed in the java code before the Insert is ever constructed. I write them to the log with...
  3. Help with UTF-8 characters into Oracle database

    Hello all. I have an application written in jsp/java/oracle. My problem is on a table maintenance page that has a form containing a table with one row for each row of a table. It works perfectly...
Results 1 to 3 of 3