﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
227	wcrtomb() broken	Silvan Scherrer	bird	"this testcase shows the broken behaviour

#include <stdlib.h>
#include <stdio.h>

int main()
{
	char buf[256] = {0};
	int rc = wctomb(buf, 0xE4);
	printf(""rc %d char %02x (%c)\n"", rc, (unsigned char)buf[0], buf[0]);
	return 0;
}"	defect	closed	normal	libc-0.6.5	libc	0.6	normal	invalid		
