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 ANSI to utf-8Downloads: MS Windows Visual C/C++ Libraries Linux/CentOS C/C++ Libraries MAC OS X C/C++ Libraries Solaris C/C++ Libraries C++ Builder Libraries 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();
|
© 2000-2010 Chilkat Software, Inc. All Rights Reserved.