Hi,
Do I have to pass certain parameters to Java VM or JDBC to tell that the encoding must be Latin1 or Iso-8859-1
I have my <dburl>jdbc:postgresql://myserver/mydb?charSet=latin1
Dunno about this one
I also have the DFileEncoding=iso-8859-1 in my Java_options.
Should be -Dfile.encoding=iso-8859-1
Yet, my database returns Ascii only.
Did you try with plain JDBC, with a simple test program outside of Cocoon? If it doesn't work in this case it will never work. Or maybe try with a java-based query utility like SquirrelSQL
-Bertrand
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
