lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lilypond-auto] Issue 431 in lilypond: LilyPad for Windows' menus sh


From: lilypond
Subject: Re: [Lilypond-auto] Issue 431 in lilypond: LilyPad for Windows' menus should be unicode
Date: Thu, 16 Oct 2014 14:46:00 +0000


Comment #5 on issue 431 by address@hidden: 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

[Prev in Thread] Current Thread [Next in Thread]