triconv 0.20.26

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global triconv --version 0.20.26                
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local triconv --version 0.20.26                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=triconv&version=0.20.26                
nuke :add-package triconv --version 0.20.26                

triconv

Summary

Test whether a file is proper Unicode.

Description

Read a file and use the System.Text package to convert and test unicode.

Usage

triconv [-f ENCODING] [-t ENCODING] [INPUTFILE...]

Examples

triconf -f utf-8 file.txt > /dev/null
echo $?

Current version

0.20.26 Updates to trparse. NB: not all Trash tools supported yet.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
0.23.6 799 9/21/2024
0.23.5 96 9/15/2024
0.23.4 101 9/7/2024
0.23.3 1,149 8/15/2024
0.23.2 167 6/28/2024
0.23.1 120 6/22/2024
0.23.0 7,528 4/25/2024
0.22.0 5,059 2/26/2024
0.21.16 20,690 11/16/2023
0.21.15 394 11/16/2023
0.21.14 199 11/15/2023
0.21.13 177 11/14/2023
0.21.12 256 10/27/2023
0.21.11 276 10/24/2023
0.21.9 10,260 9/27/2023
0.21.8 261 9/26/2023
0.21.7 315 9/26/2023
0.21.6 179 9/20/2023
0.21.5 242 9/18/2023
0.21.4 272 9/17/2023
0.21.3 243 9/14/2023
0.21.2 209 9/4/2023
0.21.1 249 8/15/2023
0.21.0 19,226 6/25/2023
0.20.27 4,899 6/15/2023
0.20.26 2,052 6/5/2023
0.20.25 466 6/3/2023
0.20.24 186 6/1/2023
0.20.23 2,484 5/31/2023
0.20.22 461 5/21/2023
0.20.21 248 5/15/2023
0.20.20 194 5/11/2023
0.20.19 9,375 5/8/2023
0.20.18 244 5/8/2023
0.20.17 2,809 5/4/2023
0.20.16 221 5/1/2023
0.20.15 1,349 4/27/2023
0.20.14 201 4/21/2023
0.20.13 253 4/13/2023
0.20.12 9,817 3/17/2023
0.20.11 2,345 3/15/2023
0.20.10 339 3/15/2023
0.20.9 369 3/14/2023
0.20.8 326 3/14/2023
0.20.7 307 3/13/2023
0.20.6 2,524 3/11/2023
0.20.5 357 3/11/2023
0.20.4 416 3/9/2023
0.20.3 560 3/8/2023
0.20.2 327 3/7/2023
0.20.1 402 3/7/2023
0.20.0 9,486 2/22/2023
0.19.3 366 2/19/2023
0.19.2 4,689 2/2/2023
0.19.1 384 1/28/2023
0.19.0 4,869 1/15/2023
0.19.0-alpha7 428 1/15/2023
0.19.0-alpha6 324 1/14/2023

# triconv
## Summary
Test whether a file is proper Unicode.
## Description
Read a file and use the System.Text package to convert and test
unicode.
## Usage
triconv [-f ENCODING] [-t ENCODING] [INPUTFILE...]
## Examples
triconf -f utf-8 file.txt > /dev/null
echo $?
## Current version
0.20.26 Updates to trparse. NB: not all Trash tools supported yet.