libscodecvt.lib
3.0.0.4
dotnet add package libscodecvt.lib --version 3.0.0.4
NuGet\Install-Package libscodecvt.lib -Version 3.0.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<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"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install libscodecvt.lib as a Cake Addin #addin nuget:?package=libscodecvt.lib&version=3.0.0.4 // Install libscodecvt.lib as a Cake Tool #tool nuget:?package=libscodecvt.lib&version=3.0.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- libiconv.lib (>= 1.16.0.6)
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.
Modify nuget information.