ascii character set

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
alan_m
Posts: 31
Joined: Fri Jun 02, 2006 12:44 pm

ascii character set

Post by alan_m »

Hi
I have a file from another source. This file I believe has some hidden characters in it apart from 'space'. Is it possible from loading this file into zeus to see all characters from the ASCII set?

regards

Alan
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Provided the file does not contain null characters (i.e. zero) it should load.

Files containing null will be loaded but marked as read only because the nulls will be converted to space during the load.

Cheers Jussi
alan_m
Posts: 31
Joined: Fri Jun 02, 2006 12:44 pm

Post by alan_m »

Hi, is it possible to show the characters? I can see white space but thats all

regards

alan
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

What you see is not dependent on Zeus but rather the font you have currently selected in the Zeus options.

Not all fonts define all the characters in the ASCII range.

As an example of this if you select the Terminal font then the text will be display using Code Page 437 which is a code page made famous by IBM MS-DOS PC.

http://en.wikipedia.org/wiki/Code_page_437

Cheers Jussi
Post Reply