libscodecvt.dll
3.0.0.2
dotnet add package libscodecvt.dll --version 3.0.0.2
NuGet\Install-Package libscodecvt.dll -Version 3.0.0.2
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.dll" Version="3.0.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add libscodecvt.dll --version 3.0.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: libscodecvt.dll, 3.0.0.2"
#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.dll as a Cake Addin #addin nuget:?package=libscodecvt.dll&version=3.0.0.2 // Install libscodecvt.dll as a Cake Tool #tool nuget:?package=libscodecvt.dll&version=3.0.0.2
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.dll (>= 1.16.0.2)
- libscodecvt.dll.redist (>= 3.0.0.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on libscodecvt.dll:
Package | Downloads |
---|---|
extios.dll
C++ simple input and output. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Modify nuget information.