Big5 to/from Utf-8 string conversion module

M

Mullin Yu

I want to develop a middle tier module of big5 to/from utf-8 conversion
module by using .NET platform.

utf-8 big5
-------> [module] ------->
<------ <-------
utf-8 big5

any ideas of classes and methods to use?
 
M

Mihai N.

I want to develop a middle tier module of big5 to/from utf-8 conversion
module by using .NET platform.
...
any ideas of classes and methods to use?
System.Text.Encoding
- Encoding.GetEncoding
- Encoding.Convert
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top