--- Additional Comments From guillaume dot duhamel at gmail dot com
2009-04-27 22:33 ---
Created an attachment (id=3912)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=3912&action=view)
patch for winduni.c
--
http://sourceware.org/bugzilla/show_bug.cgi?id=10109
--- You
winduni.c use #ifdef HAVE_ICONV_H instead of HAVE_ICONV and doesn't use
ICONV_CONST at all. It turns up that iconv is never used and the default (dummy)
code is used instead.
Some variables are not initialized before being given to iconv_onechar ending up
in a compilation error.
This patch fix th
--- Additional Comments From stefan dot becker at nokia dot com 2009-04-27
12:26 ---
You were correct. The problem is gone with the 20090427 snapshot.
--
What|Removed |Added