Dumping JDBC Select result as UTF-8
807607Nov 4 2006 — edited Nov 4 2006Hey,
I have some JDBC datasources I retrieve some content on constant basis and dump the data into XML files,
Each of the data sources has its own charset encoding and keep content of different languages,
I want to dump all data into an XML as UTF-8, no matter what charset encoding was set in the Datasources,
Is it possible to do this convertion through JDBC? or I'll have to convert the results with other approaches before dumping to the XML file?
Thanks in advanced,
Asaf.