Comment #4 on issue 2985 by [email protected]: lilypond: Umlauts and other special characters incorrectly exported to PDF meta data
http://code.google.com/p/lilypond/issues/detail?id=2985
xpdf does not show an error, and looking inside of the PDF, one sees the character sequence ce b2 which _is_ properly encoded UTF-8 for GREEK SMALL LETTER BETA, the title. However, a bit later indeed e4 20 f6 occurs in the file, and this apparently is the "composer" field in Latin1.
00011f90: 732f 312e 312f 2720 6463 3a66 6f72 6d61 s/1.1/' dc:forma 00011fa0: 743d 2761 7070 6c69 6361 7469 6f6e 2f70 t='application/p 00011fb0: 6466 273e 3c64 633a 7469 746c 653e 3c72 df'><dc:title><r 00011fc0: 6466 3a41 6c74 3e3c 7264 663a 6c69 2078 df:Alt><rdf:li x 00011fd0: 6d6c 3a6c 616e 673d 2778 2d64 6566 6175 ml:lang='x-defau 00011fe0: 6c74 273e ceb2 3c2f 7264 663a 6c69 3e3c lt'>..</rdf:li>< 00011ff0: 2f72 6466 3a41 6c74 3e3c 2f64 633a 7469 /rdf:Alt></dc:ti 00012000: 746c 653e 3c64 633a 6372 6561 746f 723e tle><dc:creator> 00012010: 3c72 6466 3a53 6571 3e3c 7264 663a 6c69 <rdf:Seq><rdf:li 00012020: 3ee4 20f6 3c2f 7264 663a 6c69 3e3c 2f72 >. .</rdf:li></r 00012030: 6466 3a53 6571 3e3c 2f64 633a 6372 6561 df:Seq></dc:crea 00012040: 746f 723e 3c2f 7264 663a 4465 7363 7269 tor></rdf:Descri 00012050: 7074 696f 6e3e 0a3c 2f72 6466 3a52 4446 ption>.</rdf:RDF 00012060: 3e0a 3c2f 783a 786d 706d 6574 613e 0a20 >.</x:xmpmeta>. Quite baffling.
