Re: Unicode encoding issue for LilyPond engraving files
Hans Åberg <[email protected]>
| Newsgroups | gmane.comp.gnu.lilypond.general |
|---|---|
| Message-ID | <[email protected]> |
> On 8 Jun 2026, at 14:30, Gabriel Ellsworth <[email protected]> wrote: > > Apologies for the double email, but I just figured out how to view the response headers To inspect the HTTP headers in browsers, like Firefox, load the page, then choose Inspect, say from a pop-up menu, click Network, and reload. One can set the “content-type” on the server by: AddCharset UTF-8 .ly AddType text/lilypond .ly following (with some changes): https://silvain-dupertuis.org/test/lilypond/displaying-text-files.html The “text/lilypond” alternative forms “text/x-lilypond”, “application/lilypond” or “application/x-lilypond“ have been deprecated or are experimental, and should not be used. See: https://stackoverflow.com/questions/9664282/difference-between-application-x-javascript-and-text-javascript-content-types