Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

command string parsing fails with characters above 127 #21

Open
upeuker opened this issue Jul 12, 2017 · 1 comment
Open

command string parsing fails with characters above 127 #21

upeuker opened this issue Jul 12, 2017 · 1 comment
Assignees

Comments

@upeuker
Copy link

upeuker commented Jul 12, 2017

Parsing of the command line fails with some characters:

Sample:
Parsed in the Java-String:
/usr/bin/java -cp target/test-classes de.bsvrz.sys.startstopp.process.TestInkarnation -M-CM-<Umlaut

Output from the terminal:
10939 /usr/bin/java -cp target/test-classes de.bsvrz.sys.startstopp.process.TestInkarnation -üUmlaut

Seems to be a kind of the encoding problem described here:
profesorfalken/WMI4Java#10

( Info: Results taken with MacOs 10.12.5 and Java 1.8.0_131)

@profesorfalken
Copy link
Owner

Hello @upeuker ,

I have made a return on your issue: profesorfalken/WMI4Java#10.

Basically, I am going to build a 1.6.4 version of jProcesses in order to solve this issue. Shold be ready tomorrow on Maven Central.

Best regards,

@profesorfalken profesorfalken self-assigned this Oct 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants