Chilkat HOME ASP Visual Basic VB.NET C# Visual C++ C MFC Delphi FoxPro Java Perl PHP Python Ruby SQL Server VBScript
|
Convert Text File from One Charset to Another
Visual Basic example program showing how to convert a text file from one character encoding to another. Dim cc As New ChilkatCharset2 cc.UnlockComponent "anything for 30-day trial" ' Convert a text file from one charset to another. cc.FromCharset = "utf-8" cc.ToCharset = "shift_JIS" cc.ConvertFile "utf8_japanese.txt", "shiftJis_out.txt"
|
Need a specific example? Send a request to support@chilkatsoft.com
© 2000-2008 Chilkat Software, Inc. All Rights Reserved.