High order ASCII characters not being saved

If reporting a bug with the Zeus IDE please post the details here. Please do not post questions here.
Post Reply
David Morris
Posts: 33
Joined: Tue Jun 21, 2005 4:07 am
Location: Perth, Western Australia
Contact:

High order ASCII characters not being saved

Post 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
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Make sure the Options, Editor Options menu, General Panel, "Write file as OEM text" is unchecked.

Cheers Jussi
David Morris
Posts: 33
Joined: Tue Jun 21, 2005 4:07 am
Location: Perth, Western Australia
Contact:

Post 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
Post Reply