]> git.donarmstrong.com Git - lilypond.git/commitdiff
Thinko: complete comment
authorJohn Mandereau <john.mandereau@gmail.com>
Fri, 27 Nov 2009 19:21:57 +0000 (20:21 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 27 Nov 2009 19:21:57 +0000 (20:21 +0100)
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>) ) {