Comment 2 for bug 331724

Revision history for this message
Daniel Darabos (darabos-daniel) wrote :

Hi! EOEC has to convert spaces to underscores, because OpenOffice.org does not handle OXT files with special characters (like space). The problem is instead the slash at the end of your command line. Try:

python eoec/pack.py -D bwgrkl\ to\ unicode

(the last slash is removed)

I think this will work, but there is no reason not to handle this sanely, so I will add a fix. Thanks for bringing this to my attention.