Hi Andrei, All


On Sat, Sep 7, 2013 at 1:58 PM, Andrei Shiryaev <a_shiryaev@mail.ru> wrote:
Dear Matt,

Thank you very much, the recipe apparently works!

Sincerely,
Andrei

Great!š Now we can help Bruce (and many others) out, with pretty simple steps
š 0. Get an account on Github
š 1. Go to https://github.com/bruceravel/demeter and hit the "Fork" button in the upper right hand corner.š This may take a bit of time.
š 2. In your "fork"ed version, find the fileš lib/Demeter/UI/Artemis.pm.š For the way I did this, the file is at
š š š https://github.com/newville/demeter/blob/master/lib/Demeter/UI/Artemis.pm
š 3. Hit the "Edit button", and the change file,š in this case adding
ššššššš $Archive::Zip::UNICODE = 1;
ššššš immediately after the line reading
š šš š usešArchive::Zipšqw(š:ERROR_CODESš:CONSTANTSš);
š 4. Add a comment on the change.š In my case, I wrote
š šš ššš add Unicode support to Zip files (so that Projects may include paths with unicode)
š 5. Hit the "commit changes" button.š This saves the change for my fork of Demeter.
š 6. From the main page for this forked version of Demeter click on "Pull Requests", then
šššš "New Pull Request" and then "Click to create pull request", and one more click on
šššš "Send Pull Request" to confirm.
š
Now Bruce can incorporate this change, possibly fixing project files for many people who (sensibly) use their name as part of the file path,š with a couple of button clicks.

I understand that you and many people reading this list don't view themselves as programmers.š I'm not very comfortable with Perl myself. š But that was all found from googling the error message in the log file, and then editing the file entirely through a web interface.š Bruce has made it very easy for you and I to help him out...

Cheers,

--Matt