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:11:49 +0000


Comment #4 on issue 431 by address@hidden: LilyPad for Windows' menus should be unicode
https://code.google.com/p/lilypond/issues/detail?id=431

lilypad in lilypond-2.19.15-1.mingw.exe is still broken Japanese strings.
Probably it is broken also in the languages which are non-ASCII (non ISO-8859-1).
This is caused by the bug of binutils 2.19.
Therefore, it is solved if you use binutils 2.24.
And, iconv is also required.

If lilypad is built in the Windows environment, windres (included in binutils 2.19) generate the correct binary.
In this case, windres uses Windows API for codepage conversion.

However, if in the Linux environment (non-Windows environment), it generate the incorrect binary for non-ASCII (non ISO-8859-1) resources.
In this case, windres can't use Windows API and should use iconv.

binutils 2.19 has the bug that is about how to use iconv.
This bug is fixed by the following commits.

http://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=6f4c2146e75b03cec4668959b212259f3342b586
http://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=7e93ea4b52b60c00219bc5e1d84576774f67e98b

--
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]