triconv 0.19.0-alpha6

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

Test a file for proper Unicode.
This program is part of the Trash toolkit.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.24 434 7/15/2025
0.23.23 835 7/6/2025
0.23.22 490 6/27/2025
0.23.21 1,655 6/6/2025
0.23.20 231 6/4/2025
0.23.19 217 6/4/2025
0.23.18 975 5/13/2025
0.23.17 3,969 3/7/2025
0.23.16 517 3/4/2025
0.23.15 143 2/25/2025
0.23.14 657 2/9/2025
0.23.13 419 1/19/2025
0.23.12 420 1/16/2025
0.23.11 2,618 12/18/2024
0.23.10 134 12/12/2024
0.23.9 131 11/29/2024
0.23.8 171 11/1/2024
0.23.7 4,269 10/9/2024
0.23.6 990 9/21/2024
0.23.5 150 9/15/2024
0.23.4 152 9/7/2024
0.23.3 1,190 8/15/2024
0.23.2 208 6/28/2024
0.23.1 162 6/22/2024
0.23.0 7,652 4/25/2024
0.22.0 5,100 2/26/2024
0.21.16 20,715 11/16/2023
0.21.15 417 11/16/2023
0.21.14 222 11/15/2023
0.21.13 201 11/14/2023
0.21.12 281 10/27/2023
0.21.11 304 10/24/2023
0.21.9 10,313 9/27/2023
0.21.8 293 9/26/2023
0.21.7 349 9/26/2023
0.21.6 213 9/20/2023
0.21.5 274 9/18/2023
0.21.4 302 9/17/2023
0.21.3 279 9/14/2023
0.21.2 246 9/4/2023
0.21.1 290 8/15/2023
0.21.0 20,025 6/25/2023
0.20.27 5,030 6/15/2023
0.20.26 2,097 6/5/2023
0.20.25 514 6/3/2023
0.20.24 233 6/1/2023
0.20.23 2,528 5/31/2023
0.20.22 504 5/21/2023
0.20.21 294 5/15/2023
0.20.20 239 5/11/2023
0.20.19 9,422 5/8/2023
0.20.18 289 5/8/2023
0.20.17 2,856 5/4/2023
0.20.16 265 5/1/2023
0.20.15 1,393 4/27/2023
0.20.14 247 4/21/2023
0.20.13 299 4/13/2023
0.20.12 9,859 3/17/2023
0.20.11 2,390 3/15/2023
0.20.10 383 3/15/2023
0.20.9 413 3/14/2023
0.20.8 373 3/14/2023
0.20.7 353 3/13/2023
0.20.6 2,569 3/11/2023
0.20.5 401 3/11/2023
0.20.4 459 3/9/2023
0.20.3 605 3/8/2023
0.20.2 375 3/7/2023
0.20.1 450 3/7/2023
0.20.0 9,532 2/22/2023
0.19.3 416 2/19/2023
0.19.2 4,733 2/2/2023
0.19.1 430 1/28/2023
0.19.0 4,915 1/15/2023
0.19.0-alpha7 472 1/15/2023
0.19.0-alpha6 370 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.19.0-alpha6 Complete rewrite of parse tree representation.