From 6af050a9a628b55a1c6e78e14a9681833acf6ef1 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Fri, 27 Nov 2009 20:21:57 +0100 Subject: [PATCH] Thinko: complete comment --- Documentation/lilypond-texi2html.init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/lilypond-texi2html.init b/Documentation/lilypond-texi2html.init index 539ee044a1..eed32d698e 100644 --- a/Documentation/lilypond-texi2html.init +++ b/Documentation/lilypond-texi2html.init @@ -262,7 +262,8 @@ sub load_map_file ($) my $node_map = (); # For some unknown reason, Perl on my system (5.10.0 on Fedora 12) - # refuses to open map files of translated documents with '<:encoding' + # refuses to open map files of translated documents with + # '<:encoding(utf8)', but decoding from UTF-8 line by line works. -jm if (open(XREFFILE,'<', $mapfile)) { my $line; while ( $line = decode ('UTF-8', ) ) { -- 2.39.5