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

https://github.com/xissy/icu

Detect whatsoever charset
https://github.com/xissy/icu

Last synced: about 1 year ago
JSON representation

Detect whatsoever charset

Awesome Lists containing this project

README

          

# icu
> Detect whatsoever charset.

```
usage: icu [] []

Detect whatsoever charset

Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
-b, --buffer=100000 Buffer size of the file.
-t, --text Enable text more, default is HTML mode.
--version Show application version.

Args:
[] Input file name, or you can use pipe or redirection.
```

## with iconv
```
iconv -f $(icu a.smi) -t utf8 a.smi > a_utf8.smi
```