Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> convert contents of clob to a different charset
Hello,
I would like to convert the contents of a clob to a differenct character set. The source is encoded using ISO8859P2 and the target would be UTF8.
I tried to put together something in Java but I get lost.
My purpose is to send the contents of the clob to another application which needs UTF8 encoded data.
Any ideas?
HK Received on Mon Aug 28 2006 - 06:55:47 CDT