K 10 svn:author V 5 adamw K 8 svn:date V 27 2014-10-22T16:25:55.850745Z K 7 svn:log V 403 Use iconv port, for wchar_t. When running the plexhometheater player, the following line is repeatedly printed into the log output. ERROR: convert_checked iconv_open() failed from UTF-8 to WCHAR_T, errno=22(Invalid argument) This is because the plexhometheater port currently uses the iconv in base, which does not provide the wchar_t functionality. PR: 194533 Submitted by: Ben Woods (maintainer) END