Unknown reporter writes

Recoll can index a .dvi files with double spaces in its filename but not so .dvi.gz files. rcluncomp would uncompress "a b.dvi.gz" to "a b.dvi" in some temporary directory. But rcldvi tries to process the non existing file "a b.dvi" (only a single space).

medoc writes

rcluncomp had trouble with multiple whitespace in file names because it used echo for output. Replaced by here document. Closes issue #27

→ <<cset 2acb30134e50 > >