On Mon, Jun 05, 2006 at 06:25:24PM -0500, Albert Chin wrote: > Trying the native Solaris iconv_open() for a conversion from "646" to > "UTF-8" seems to work though. Is this the recommended iconv > implementation for this platform?
Yes, unless you have found it to be broken in some way, why would you not use the native iconv() where available? joe
