Hi,
Having an encoding issue with sigcheck (andsigcheck64) executing it from php script with shell_exec
⏩ Could you specifies this point in documentation?
Fyi, to parse csv result in php, you must convert output with
mb_convert_encoding($data, "UTF-8", "UTF-16LE");
Hi,
Having an encoding issue with
sigcheck(andsigcheck64) executing it fromphpscript withshell_exec⏩ Could you specifies this point in documentation?
Fyi, to parse csv result in php, you must convert output with