Comment 25 for bug 197617

Revision history for this message
sas (sas-sas) wrote :

One remaining problem with UniConvertor-based extensions on Windows, is that they don't handle spaces in filenames or paths. This may have been why Rygle was getting UniConvertor failures on some .cdr files. This is a problem with UniConvertor itself, as it doesn't work on the command-line either.

Fixing UniConvertor to handle spaces is easy: just change the line

@python -c "import uniconvertor" "%1" "%2"

in uniconv.cmd to

@python -c "import uniconvertor" %1 %2

I've reported this on the UniConvertor forum, so hopefully it will be fixed in the next version of UniConvertor.