diff --git a/src/filters/rclrtf b/src/filters/rclrtf index 24abafe4..abfe6e2f 100755 --- a/src/filters/rclrtf +++ b/src/filters/rclrtf @@ -83,6 +83,7 @@ checkcmds awk unrtf # output the result # The strange 'BEGIN' setup is to prevent 'file' from thinking this file # is an awk program +# The thing about the charset is that unrtf outputs a garbled one. unrtf --nopict --html "$infile" 2> /dev/null | awk 'BEGIN'\ ' { @@ -90,10 +91,11 @@ awk 'BEGIN'\ } /<\/head>/{ if (gothead == 0) { - printf("\n") + printf("\n") gothead = 1 } } +/