Skip to content

xissy/icu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icu

Detect whatsoever charset.

usage: icu [<flags>] [<file>]

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:
  [<file>]  Input file name, or you can use pipe or redirection.

with iconv

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

About

Detect whatsoever charset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages