An open API service indexing awesome lists of open source software.

https://github.com/eth-p/unicode-check

A tiny program that checks for Unicode normalization.
https://github.com/eth-p/unicode-check

Last synced: about 1 year ago
JSON representation

A tiny program that checks for Unicode normalization.

Awesome Lists containing this project

README

          

# unicode-check
A small tool that checks Unicode normalization in files.

## Usage
```bash
unicode-check src/main.rs --verbose
```

## Building
```bash
cargo build
```