Re: Wrong text encoding with ly:gulp-file
Werner LEMBERG <[email protected]> Sun, 07 Dec 2025 21:56:26 +0000
| Newsgroups | gmane.comp.gnu.lilypond.bugs |
|---|---|
| Message-ID | <[email protected]> |
> #(ly:parser-include-string (ly:gulp-file incFile))
>
> \markup { \Ill be }
>
> %% Well, I’ll be…
The wrong encoding is expected – it's even documented that the string
gets interpreted as Latin-1. Try `ly:gulp-file-utf8` instead.
Werner