]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/lilypond-texi2html.init
Docs: Compile fix when using --disable-optimising.
[lilypond.git] / Documentation / lilypond-texi2html.init
index 539ee044a1ea8f0a8eda39bc0acbd58a31d0cc62..eed32d698ee3e20ab1eee07f749b1a8057421cb8 100644 (file)
@@ -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', <XREFFILE>) ) {