Big5 to/from Utf-8 string conversion module

  • Thread starter Thread starter Mullin Yu
  • Start date Start date
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?
 
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
 
Back
Top