I am trying to write a command and part of that command contains an underscore ("_").
When I write the command (for example: ping host_number1) it mangles the characters and the output has a space and a carriage return (I think) before the _. (In eclipse's junit test output screen there is a space and a small square box before the underscore).
I've tried various character sets but I haven't found one yet. I'm not sure if that's the problem or not.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to write a command and part of that command contains an underscore ("_").
When I write the command (for example: ping host_number1) it mangles the characters and the output has a space and a carriage return (I think) before the _. (In eclipse's junit test output screen there is a space and a small square box before the underscore).
I've tried various character sets but I haven't found one yet. I'm not sure if that's the problem or not.