Chilkat HOME ASP Visual Basic VB.NET C# Visual C++ C MFC Delphi FoxPro Java Perl PHP Python Ruby SQL Server VBScript
|
Convert ANSI to utf-8
Convert an ANSI string to a utf-8 string. CkString str; // Convert ANSI to utf-8 // Assuming your C++ source file is saved as ANSI (because a literal string is used). str.append("èéêë"); // Get a pointer to a null-terminated utf-8 string. const char *utf8Chars = str.getUtf8();
|
Need a specific example? Send a request to support@chilkatsoft.com
© 2000-2008 Chilkat Software, Inc. All Rights Reserved.