Hi, I have this problem, when I'm using Windows XP, binaries characteres appear in all versions of textpad, but when i use windows 7, it doesn't appear. Is there any OS incompatibility? if there isn't, does anybody know how to fix this problem?
The binary char is the little square or the "|" that appears when the value is "null", instead of it, appears a blank space... And I really need to know when the value is null.
Binaries characteres doesn't show on screen
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
XP vs Win7-64 display differences
I have the same issue. I have a file that is mostly text but each line contains several fields delimited by a binary character.
With Textpad 7.09 under Windows XP, it displays:

With Textpad 7.10 under Windows 7 64-bit, it displays:

This is a hex dump of the file:

Any ideas on how to get the XP style display under Win7 64?
Thanks!
With Textpad 7.09 under Windows XP, it displays:

With Textpad 7.10 under Windows 7 64-bit, it displays:

This is a hex dump of the file:

Any ideas on how to get the XP style display under Win7 64?
Thanks!
Again, there's no such thing as binary characters. These are ASCII Control Characters as opposed to ASCII printable characters or Extended ASCII.
http://en.wikipedia.org/wiki/ASCII#ASCI ... code_chart
http://en.wikipedia.org/wiki/ASCII#ASCI ... characters
http://en.wikipedia.org/wiki/Extended_ASCII
01 is an SOH, or Start Of Header.
What displays is a function of the font you use. Terminal font is only commonly available one I know of that will display anything in the range of ASCII 01 to 1F.
Go to View, Document Properties, Font tab, and change the font used to Terminal.
http://en.wikipedia.org/wiki/ASCII#ASCI ... code_chart
http://en.wikipedia.org/wiki/ASCII#ASCI ... characters
http://en.wikipedia.org/wiki/Extended_ASCII
01 is an SOH, or Start Of Header.
What displays is a function of the font you use. Terminal font is only commonly available one I know of that will display anything in the range of ASCII 01 to 1F.
Go to View, Document Properties, Font tab, and change the font used to Terminal.
(2[Bb]|[^2].|.[^Bb])
That is the question.
That is the question.