Re: Issue 2173 in lilypond: Deal with file names not encoded in UTF-8

2012-01-03 Thread lilypond
Updates: Labels: Type-Enhancement Comment #5 on issue 2173 by k-ohara5...@oco.net: Deal with file names not encoded in UTF-8 http://code.google.com/p/lilypond/issues/detail?id=2173 1) Probably not the issue: In Windows the encoding used by the console is chosen by the user. This is

Re: Issue 2173 in lilypond: Deal with file names not encoded in UTF-8

2012-01-03 Thread lilypond
Comment #4 on issue 2173 by d...@gnu.org: Deal with file names not encoded in UTF-8 http://code.google.com/p/lilypond/issues/detail?id=2173 That just means that Windows supports byte streams. Pango is not a Windows component. UTF-8 support would mean supporting UTF-8 on the command line,

Re: Issue 2173 in lilypond: Deal with file names not encoded in UTF-8

2012-01-03 Thread lilypond
Comment #3 on issue 2173 by philehol...@gmail.com: Deal with file names not encoded in UTF-8 http://code.google.com/p/lilypond/issues/detail?id=2173 Windows certainly supports UTF-8 characters. As a general rule, adding an accented character to a file and saving as non-UTF-8 gives a "lil

Re: Issue 2173 in lilypond: Deal with file names not encoded in UTF-8

2012-01-03 Thread lilypond
Comment #2 on issue 2173 by d...@gnu.org: Deal with file names not encoded in UTF-8 http://code.google.com/p/lilypond/issues/detail?id=2173 http://msdn.microsoft.com/en-us/library/x99tb11d%28v=VS.100%29.aspx> appears to suggest that Windows can't to UTF-8. If that's true, we will need to

Re: Issue 2173 in lilypond: Deal with file names not encoded in UTF-8

2012-01-03 Thread lilypond
Comment #1 on issue 2173 by d...@gnu.org: Deal with file names not encoded in UTF-8 http://code.google.com/p/lilypond/issues/detail?id=2173 We have static void setup_localisation () { #if HAVE_GETTEXT /* Enable locales */ setlocale (LC_ALL, ""); /* FIXME: check if this is still true.

Issue 2173 in lilypond: Deal with file names not encoded in UTF-8

2012-01-02 Thread lilypond
Status: Accepted Owner: New issue 2173 by d...@gnu.org: Deal with file names not encoded in UTF-8 http://code.google.com/p/lilypond/issues/detail?id=2173 Lilypond talks utf-8. If the operating system decides to talk somethin