| View previous topic :: View next topic |
| Author |
Message |
David Morris
Joined: 21 Jun 2005 Posts: 33 Location: Perth, Western Australia
|
Posted: Tue Jun 13, 2006 2:37 am Post subject: High order ASCII characters not being saved |
|
|
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 |
|
| Back to top |
|
 |
jussij Site Admin
Joined: 13 Aug 2004 Posts: 1938
|
Posted: Tue Jun 13, 2006 3:25 am Post subject: |
|
|
Make sure the Options, Editor Options menu, General Panel, "Write file as OEM text" is unchecked.
Cheers Jussi |
|
| Back to top |
|
 |
David Morris
Joined: 21 Jun 2005 Posts: 33 Location: Perth, Western Australia
|
Posted: Tue Jun 13, 2006 8:22 am Post subject: |
|
|
| 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 |
|
| Back to top |
|
 |
|