btw.: what do you mean with

mydatabase?charSet=iso-8859-1 dburl.


In your configuration of the datasources:
I use this to force Postgresql to send my everything in ISO-8859-1.
This works under Tomcat / Cocoon 2.0.x on Mac OSX 10.2 (no panther yet on
that machine)

<jdbc name="mypool">
  <dburl>jdbc:postgresql://myserver/mydatabase?charSet=iso-8859-1</dburl>
</jdbc>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to