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.
<PackageVersion Include="libscodecvt.lib" Version="3.0.0.4" />
                    
Directory.Packages.props
<PackageReference Include="libscodecvt.lib" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add libscodecvt.lib --version 3.0.0.4
                    
#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.
#addin nuget:?package=libscodecvt.lib&version=3.0.0.4
                    
Install as a Cake Addin
#tool nuget:?package=libscodecvt.lib&version=3.0.0.4
                    
Install as a Cake Tool

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

  1. Right click project → Manage NuGet packages...Browse → search libscodecvt,install package.

  2. Project configuration: C/C++LangageC++ langage standardstd:c++lastest

Product 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.

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.

Version Downloads Last Updated
3.0.0.4 977 11/8/2019
3.0.0.3 589 11/7/2019
3.0.0.2 593 11/7/2019
3.0.0.1 552 11/7/2019
3.0.0 588 11/5/2019
2.0.0.1 610 11/3/2019
2.0.0 591 11/3/2019
1.0.0.1 582 11/1/2019

Modify nuget information.