]> git.donarmstrong.com Git - lilypond.git/commit - lily/pdf-scheme.cc
Issue 2985: lilypond: Umlauts and other special characters incorrectly exported to...
authorDavid Kastrup <dak@gnu.org>
Mon, 25 Feb 2013 10:17:02 +0000 (11:17 +0100)
committerDavid Kastrup <dak@gnu.org>
Wed, 27 Feb 2013 18:16:15 +0000 (19:16 +0100)
commit484f7292f050904b7964bee14f7ef13f8f377318
treeceedaebf2e98f6f57cff22f18f2ec8d726d6d289
parentd596cd22ee8ffaf8ab46736e5fa2d067bcd92cad
Issue 2985: lilypond: Umlauts and other special characters incorrectly exported to PDF meta data

Since recent versions of GhostScript are more likely to get along with
UTF-16BE rather than ISO-8859-1 for PDF meta strings, we just escalate
straight from ASCII to UTF16-BE.
lily/pdf-scheme.cc