I want to print out this string:
[2/16/2012] emailed...I honestly do not know - I am an endpoint in sales - I would try contacting our corporate office. <STOP>
When I try to print this string, this is what it looks like in the terminal:
[2/16/2012] emailed...I honestly do not know û I am an endpoint in sales û I would try contacting our corporate office. <STOP>
How do I get the terminal to print “-” characters instead of “û” characters?
The terminal is trying to use the OEM code page (typically 437 or 850), in which character 151 is indeed a ù. You need to do two things: