Page 1 of 1

High order ASCII characters not being saved

Posted: Tue Jun 13, 2006 2:37 am
by David Morris
Hello

When adding high order ASCII characters (in this example to an .rc file) Zeus does not save them correctly.

For example, when copying from the supplied ASCII chart or using the MS Character Map applet, (or even by typing ALT+0174) a pasted or inserted '?' becomes an 'r' on save.

e.g.:
# define APPPRODUCTNAME "NETWIZ? MonTel"

becomes

# define APPPRODUCTNAME "NETWIZr MonTel"

regards DM

Posted: Tue Jun 13, 2006 3:25 am
by jussij
Make sure the Options, Editor Options menu, General Panel, "Write file as OEM text" is unchecked.

Cheers Jussi

Posted: Tue Jun 13, 2006 8:22 am
by David Morris
jussij wrote:Make sure the Options, Editor Options menu, General Panel, "Write file as OEM text" is unchecked.
Oops my bad. Obviously not a bug a then. Thanks.

regards DM