From: John Mandereau Date: Fri, 27 Nov 2009 19:21:57 +0000 (+0100) Subject: Thinko: complete comment X-Git-Tag: release/2.13.9-1~66 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6af050a9a628b55a1c6e78e14a9681833acf6ef1;p=lilypond.git Thinko: complete comment --- 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', ) ) {