]> git.donarmstrong.com Git - lilypond.git/commitdiff
pdf metadata: Oops, changed charset for debugging purposes and forgot to change back
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 1 May 2011 11:06:43 +0000 (13:06 +0200)
committerCarl Sorensen <c_sorensen@byu.edu>
Mon, 2 May 2011 01:04:41 +0000 (19:04 -0600)
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