From 03ec2b777e64d65be50f03d18f64ba642a9c1c9c Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Sun, 1 May 2011 13:06:43 +0200 Subject: [PATCH] pdf metadata: Oops, changed charset for debugging purposes and forgot to change back --- lily/pdf-scheme.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/pdf-scheme.cc b/lily/pdf-scheme.cc index d9b7aec601..e813e08ec3 100644 --- a/lily/pdf-scheme.cc +++ b/lily/pdf-scheme.cc @@ -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 -- 2.39.2