Chilkat
HOME
Android™
ASP
Visual Basic
VB.NET
C#
iOS (IPhone)
Objective-C
C++
C
MFC
Delphi
FoxPro
Java
Perl
PHP Extension
PHP ActiveX
Python
PowerShell
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"
|
© 2000-2012 Chilkat Software, Inc. All Rights Reserved.