Comment 38 for bug 678808

Revision history for this message
Guy Rutenberg (guyrutenberg) wrote :

I've attached a patch that seems to fix the bug (at least for me). It works by avoiding the buggy argument splitting of wxWidgets, and instead relying on passing an array of arguments to wxExecute after correctly handling wide-char to multibyte char conversion if needed.