On Mon, Feb 25, 2019 at 11:27:50PM -0800, Serguei Trouchelle wrote:

> I looked into the problem, the issue lies in calling system() with 
> double quotes. Double quotes on Win32 behave different from Unix-like 
> systems and should generally be avoided. This diff fixes the problem:
> 
> 25,26c25,26
> <             [        "\\N{U+2603}", "\\N{U+1F4A9}"],
> <             [reverse "\\N{U+2603}", "\\N{U+1F4A9}"]
> ---
> >             [        qq{\\N{U+2603}}, qq{\\N{U+1F4A9}}],
> >             [reverse qq{\\N{U+2603}}, qq{\\N{U+1F4A9}}]

Thanks!

So simple, but I would never have got that.

-- 
David Cantrell | Reality Engineer, Ministry of Information

    If you have received this email in error, please add some nutmeg
    and egg whites, whisk, and place in a warm oven for 40 minutes.

Reply via email to