David Nalesnik <david.nales...@gmail.com> writes:

>     > out/bin/lilypond scheme-sandbox
>     > GNU LilyPond 2.15.42
>     > Processing
>     `/usr/local/tmp/lilypond/out/share/lilypond/current/ly/scheme-sandbox.
>     ly'
>     > Parsing...
>     > guile> (setlocale LC_CTYPE)
>     > "en_US.UTF-8"
>     > guile>
>     >
>     
>
> I get the same setting as you using within LilyDev.  At the Windows
> command prompt, I get:
> "English_United States.1252" 

> How would I go about changing the locale in my Windows system?

Try playing with the suggestions in

<URL:http://stackoverflow.com/questions/4324542/what-is-the-windows-equivalent-for-en-us-utf-8-locale>

My first guess would be something like

(setlocale LC_CTYPE "english_us.65001")

or

(setlocale LC_CTYPE "English_United States.65001")

-- 
David Kastrup


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to