Issue 2173: Add Unicode filename support for Windows 10 1903+ (issue 575600044 by truer...@gmail.com)

2020-02-01 Thread lemzwerg--- via Discussions on LilyPond development
Very nice, thanks! LGTM https://codereview.appspot.com/575600044/

Unicode filename support for Windows

2015-03-07 Thread Masamichi HOSODA
On Windows, lilypond can't treat unicode filenames. On linux, it can (UTF-8 unicode filenames). So, I'm trying to add a unicode filename support for Windows lilypond. I attach the patch. It replaces main(), and hooks filename related functions. This converts between UTF-16 unicode (Windows

Re: Unicode filename support for Windows

2015-03-07 Thread James Lowe
On 07/03/15 13:14, Masamichi HOSODA wrote: On Windows, lilypond can't treat unicode filenames. On linux, it can (UTF-8 unicode filenames). So, I'm trying to add a unicode filename support for Windows lilypond. I attach the patch. It replaces main(), and hooks filename related functions