libscodecvt.lib
3.0.0.4
C++ simple encoding conversion.
Install-Package libscodecvt.lib -Version 3.0.0.4
dotnet add package libscodecvt.lib --version 3.0.0.4
<PackageReference Include="libscodecvt.lib" Version="3.0.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add libscodecvt.lib --version 3.0.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: libscodecvt.lib, 3.0.0.4"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
scodescv
Simple code conversion library for C++.
Sample
#include <scodecvt/simple_codecvt.h>
namespace sc = simple_codecvt;
int main(void)
{
auto str = U"你a好b😀c";
auto widestring = sc::to_wstring(str); // to wide character string
auto utf8string = sc::to_utf8(str); // to UTF-8 string
auto utf16string = sc::to_utf16(str); // to UTF-16 string
auto utf32string = sc::to_utf32(utf16string); // to UTF-32 string
return 0;
}
Windows
Visual Studio 2019
Right click project → Manage NuGet packages... → Browse → search
libscodecvt
,install package.Project configuration: C/C++ → Langage → C++ langage standard → std:c++lastest
scodescv
Simple code conversion library for C++.
Sample
#include <scodecvt/simple_codecvt.h>
namespace sc = simple_codecvt;
int main(void)
{
auto str = U"你a好b😀c";
auto widestring = sc::to_wstring(str); // to wide character string
auto utf8string = sc::to_utf8(str); // to UTF-8 string
auto utf16string = sc::to_utf16(str); // to UTF-16 string
auto utf32string = sc::to_utf32(utf16string); // to UTF-32 string
return 0;
}
Windows
Visual Studio 2019
Right click project → Manage NuGet packages... → Browse → search
libscodecvt
,install package.Project configuration: C/C++ → Langage → C++ langage standard → std:c++lastest
Release Notes
Modify nuget information.
Dependencies
-
- libiconv.lib (>= 1.16.0.6)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on libscodecvt.lib:
Package | Downloads |
---|---|
extios.lib
C++ simple input and output.
|
GitHub repositories
This package is not used by any popular GitHub repositories.