Author: mcbrown
Date: 2006-09-05 16:54:28 +0200 (Tue, 05 Sep 2006)
New Revision: 3235
Log:
Updating script (as per -de version)
Modified:
trunk/tools/format-framemaker.pl
Modified: trunk/tools/format-framemaker.pl
===================================================================
--- trunk/tools/format-framemaker.pl 2006-09-05 13:20:08 UTC (rev 3234)
+++ trunk/tools/format-framemaker.pl 2006-09-05 14:54:28 UTC (rev 3235)
Changed blocks: 2, Lines Added: 5, Lines Deleted: 3; 930 bytes
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
-# formatlistingsCRLF.pl - reformats the DocBook document into a format
+# format-framemaker.pl - reformats the DocBook document into a format
# suitable for FrameMaker.
#
# Performs the following conversions:
@@ -67,10 +67,12 @@
$line =~ s/^($space)/$replspace/;
}
}
- print $dest Encode::encode("utf8","$line!!CRLF!!\r\n");
+ print $dest "$line!!CRLF!!\r\n";
+# print $dest Encode::encode("utf8","$line!!CRLF!!\r\n");
}
else
{
- print $dest Encode::encode("utf8","$line\n");
+ print $dest "$line\n";
+# print $dest Encode::encode("utf8","$line\n");
}
}
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3235 - trunk/tools | mcbrown | 5 Sep |