Skip to content

luozhiya/c-tconv

 
 

Repository files navigation

Build Status Build Status GitHub version License

NAME

tconv - iconv-like interface with automatic charset detection

DESCRIPTION

tconv is a generic interface on charset detection and character conversion implementations. It is not necessary anymore to know in advance the charset: if you do NOT specify, tconv will guess.

Built-in charset detection engines are: cchardet, ICU. Built-in character conversion engines are: iconv (even on Windows, via win-iconv), ICU.

SEE ALSO

iconv(3), cchardet, win-iconv, ICU

About

Generic C library around any iconv-like API, with automatic charset detection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 62.8%
  • CMake 26.6%
  • Perl 10.4%
  • Other 0.2%