Switch to unified view

a/src/filters/rclpdf b/src/filters/rclpdf
...
...
16
#
16
#
17
# Also, the filter sometimes seems to output problematic utf-8. I did not
17
# Also, the filter sometimes seems to output problematic utf-8. I did not
18
# check if it was actually incorrect or just mis-understood by qtextedit
18
# check if it was actually incorrect or just mis-understood by qtextedit
19
# (tobedone) 
19
# (tobedone) 
20
20
21
# Comment the following if you get better results without
21
# Uncomment the following if you get better results without. The
22
# pdftotext manual says that the option is no longer recommended The
23
# difference in output seems mostly the removal of soft-hyphens when
24
# -raw is not set
22
optionraw=-raw
25
# optionraw=-raw
23
26
24
# set variables
27
# set variables
25
LANG=C ; export LANG
28
LANG=C ; export LANG
26
LC_ALL=C ; export LC_ALL
29
LC_ALL=C ; export LC_ALL
27
progname="rclpdf"
30
progname="rclpdf"