Link to home
Start Free TrialLog in
Avatar of deegle77
deegle77

asked on

Convert ASCII string to UTF8 string

Can anyone tell me how to convert an ascii file to the utf-8 format?  I need a solution in VB.NET using the compact framework.   Thanks!
ASKER CERTIFIED SOLUTION
Avatar of Fernando Soto
Fernando Soto
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Just as a note, when create a new instance of a streamreader or streamwriter, it uses UTF-8 encoding by default.