[Bug locale/20804] iconv rejects wchar_t↔wchar_t
jengelh at inai dot de
sourceware-bugzilla@sourceware.org
Wed Jun 13 11:26:00 GMT 2018
https://sourceware.org/bugzilla/show_bug.cgi?id=20804
--- Comment #1 from Jan Engelhardt <jengelh at inai dot de> ---
#include <iconv.h>
#include <stdio.h>
int main(void)
{
iconv_t cd = iconv_open("wchar_t", "wchar_t");
if (cd == (iconv_t)-1)
printf("oh noes!\n");
return 0;
}
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list