]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pdf-scheme.cc
pdf metadata: Oops, changed charset for debugging purposes and forgot to change back
[lilypond.git] / lily / pdf-scheme.cc
index d9b7aec60156a99bb59ef073efd73e060cb642c0..e813e08ec327c25713bdccbb85f94778378238d1 100644 (file)
@@ -34,7 +34,7 @@ LY_DEFINE (ly_encode_string_for_pdf, "ly:encode-string-for-pdf",
   LY_ASSERT_TYPE (scm_is_string, str, 1);
   char *p = ly_scm2str0 (str);
   char *g = NULL;
-  char const *charset="ISO-8859-1"; // Input is ALWAYS UTF-8!
+  char const *charset="UTF-8"; // Input is ALWAYS UTF-8!
   gsize bytes_written = 0;
 
   /* First, try to convert to ISO-8859-1 (no encodings required). This will