triconv 0.21.12

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global triconv --version 0.21.12                
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.21.12                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=triconv&version=0.21.12                
nuke :add-package triconv --version 0.21.12                

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.21.12 Removed Antlr 4.10 dependencies, clean up.

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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.12 340 2 days ago
0.23.11 1,219 a month ago
0.23.10 101 a month ago
0.23.9 96 2 months ago
0.23.8 132 3 months ago
0.23.7 4,191 3 months ago
0.23.6 959 4 months ago
0.23.5 123 4 months ago
0.23.4 125 4 months ago
0.23.3 1,162 5 months ago
0.23.2 182 7 months ago
0.23.1 133 7 months ago
0.23.0 7,621 9 months ago
0.22.0 5,074 2/26/2024
0.21.16 20,701 11/16/2023
0.21.15 405 11/16/2023
0.21.14 209 11/15/2023
0.21.13 190 11/14/2023
0.21.12 267 10/27/2023
0.21.11 287 10/24/2023
0.21.9 10,273 9/27/2023
0.21.8 275 9/26/2023
0.21.7 331 9/26/2023
0.21.6 195 9/20/2023
0.21.5 256 9/18/2023
0.21.4 284 9/17/2023
0.21.3 259 9/14/2023
0.21.2 221 9/4/2023
0.21.1 261 8/15/2023
0.21.0 19,774 6/25/2023
0.20.27 4,998 6/15/2023
0.20.26 2,064 6/5/2023
0.20.25 480 6/3/2023
0.20.24 200 6/1/2023
0.20.23 2,497 5/31/2023
0.20.22 472 5/21/2023
0.20.21 262 5/15/2023
0.20.20 207 5/11/2023
0.20.19 9,386 5/8/2023
0.20.18 255 5/8/2023
0.20.17 2,820 5/4/2023
0.20.16 232 5/1/2023
0.20.15 1,360 4/27/2023
0.20.14 214 4/21/2023
0.20.13 266 4/13/2023
0.20.12 9,827 3/17/2023
0.20.11 2,356 3/15/2023
0.20.10 349 3/15/2023
0.20.9 381 3/14/2023
0.20.8 335 3/14/2023
0.20.7 319 3/13/2023
0.20.6 2,534 3/11/2023
0.20.5 367 3/11/2023
0.20.4 426 3/9/2023
0.20.3 570 3/8/2023
0.20.2 339 3/7/2023
0.20.1 414 3/7/2023
0.20.0 9,497 2/22/2023
0.19.3 377 2/19/2023
0.19.2 4,700 2/2/2023
0.19.1 395 1/28/2023
0.19.0 4,880 1/15/2023
0.19.0-alpha7 437 1/15/2023
0.19.0-alpha6 335 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.21.12 Removed Antlr 4.10 dependencies, clean up.