Comment #5 on issue 431 by [email protected]: LilyPad for Windows' menus should be unicode
https://code.google.com/p/lilypond/issues/detail?id=431

This issue is not solved even if binutils 2.24 is used without iconv.
I think that iconv can be forced with like the following patch.

--- a/binutils/winduni.c        2014-10-13 01:25:53 +0900
+++ b/binutils/winduni.c        2014-10-13 01:33:13 +0900
@@ -44,6 +44,10 @@

 #if HAVE_ICONV
 #include <iconv.h>
+#else
+#if !defined (_WIN32) && !defined (__CYGWIN__)
+#error iconv is not found.
+#endif
 #endif

static rc_uint_type wind_WideCharToMultiByte (rc_uint_type, const unichar *, char *, rc_uint_type);


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to