28,660 questions
Hi,
You can select "Save As ..." from the File menu and set the file encoding to ANSI.Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have some .VBS files that use simple wscript.echo calls like:
wscript.echo "this is an ellipsis …"
I just noticed these no longer display correctly but display like this:
I'm guessing that the encoding used to execute them has somehow changed?!? How do I fix this so that the ALT+0133 character in the script displays as … ?
Hi,
You can select "Save As ..." from the File menu and set the file encoding to ANSI.Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.