iconv

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto iconv(string s, string from, string to)
    version(linux)
    iconv
    (
    string s
    ,
    string from
    ,
    string to
    )
  2. size_t iconv(void* , char** , size_t* , char** , size_t* )

Meta