On 2016-03-12 13:14, sdbeni...@runbox.com wrote:
At first I thought it could be a bug with SDL, but to make sure, I created a 
very simple reproduction
of the issue using only the iconv libraray, and a simple main() function. This 
"test" fails
on every machine on which I have ran it, in both 32-bit and 64-bit builds.
[snip]
     iconv_t handle = iconv_open("C", "UTF-8");

Invalid code.  "C" is a locale, not an encoding.

--
Yaakov

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to