You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In WMIVBScript#executeScript the encoding of the input from stdout and stderr will not be respected.
This will lead to a problem with german "umlauts" or possibly with characters used in the commandline of an process.
As an example you will not found a process searching for this parameter in the commandline args.
The InputStreamReaders for stderr and stdout should be explicit initialized with the definied encoding for the windows environment (for Oracle Java it could be found in the env-Properties "sun.stdout.encoding" or "sun.stderr.encoding".
I don't know if an default value of "cp850" oder "IBM850" would fit for every windows system?
The text was updated successfully, but these errors were encountered:
In WMIVBScript#executeScript the encoding of the input from stdout and stderr will not be respected.
This will lead to a problem with german "umlauts" or possibly with characters used in the commandline of an process.
As an example you will not found a process searching for this parameter in the commandline args.
The InputStreamReaders for stderr and stdout should be explicit initialized with the definied encoding for the windows environment (for Oracle Java it could be found in the env-Properties "sun.stdout.encoding" or "sun.stderr.encoding".
I don't know if an default value of "cp850" oder "IBM850" would fit for every windows system?
The text was updated successfully, but these errors were encountered: