View Source Iconv (mailibex v0.2.1)

Summary

Functions

iconv interface, from and to are encoding supported by iconv

Functions

@spec conv(binary(), binary(), binary()) ::
  binary()
  | {:error, term()}
  | {:error, binary(), term()}
  | {:incomplete, binary(), binary()}

iconv interface, from and to are encoding supported by iconv

Fallback to Codepagex when iconv is unavailable