On Tue, 12 Aug 2008 00:58:37 +0100 (BST), John-Mark Bell wrote: > You'll be able to LOG(()) it, at least. However, the man page for > iconv_open states the following: > > EINVAL The conversion from fromcode to tocode is not supported by the > implementation. > > so I'd expect it to actually return what the documentation says. > > Here's a standalone testcase you can try:
Failed, errno == 0 () Just out of curiousity I removed the //TRANSLIT, and the function then returns success. Where does that character set come from anyway? I'm actually set to use ISO-8859-15. Chris
