mailibex v0.1.6 Iconv

Link to this section Summary

Functions

iconv interface, from and to are encoding supported by iconv

Link to this section Functions

Link to this function

conv(str, from, to)

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