K 10 svn:author V 2 ed K 8 svn:date V 27 2013-05-25T12:13:54.788656Z K 7 svn:log V 272 Make some tiny improvements to iconv_open(). - Remove an unneeded variable. - Fix whitespace bugs. - Fix typoes in comment. - Improve string handling a bit. Don't handroll strstr() and don't terminate a strdup()'ed string. Instead, simply strndup() the part we need. END