Unicode conversion

  • Thread starter Thread starter debu
  • Start date Start date
D

debu

Hi,

I am working on conversion of existing Oracle database character set to
UTF8, I want to convert existing longraw column from a language
specified locale and converts it to Unicode, I want to write a
conversion program in dot net to do it. What is the best way of doing
it? Is there any other way that could be achived?

Any information provided will be greatly appreciated.
Thanks in advance,

Debu
 
Debu,

I really don't see what this has to do with ADONET, crossposting is fine,
however in my opinion is this overdone.

Therefore a short answer.

The system.encoding class is made for this.

Cor
 
I also am dubious about the relevance to the Compact Framework. If you must
crosspost, please make the groups relevant.

--
Chris Tacke
Co-founder
OpenNETCF.org
Has OpenNETCF helped you? Consider donating to support us!
http://www.opennetcf.org/donate
 
Back
Top