I tried more without any success.
I opened the files with vim, and I saw the characters as ^_ and ^] (if this gives any help).
I tried the older Textpad (4.7) version, but it was the same as with the 5.4.
I was told that it doesn't work at all in Win7. Is it true?
Help! View Null Characters!
Moderators: AmigoJack, bbadmin, helios, MudGuard
- KekPafrany
- Posts: 6
- Joined: Wed May 11, 2011 10:25 am
- Location: Ankh Morpork
- Contact:
-
ben_josephs
- Posts: 2464
- Joined: Sun Mar 02, 2003 9:22 pm
Each of those character pairs represents a single control character:
I don't run Windows 7, so I can't help there.
Code: Select all
^] = Ctrl+] = 0x1D = GS = group separator
^^ = Ctrl+^ = 0x1E = RS = record separator
^_ = Ctrl+_ = 0x1F = US = unit separator- KekPafrany
- Posts: 6
- Joined: Wed May 11, 2011 10:25 am
- Location: Ankh Morpork
- Contact: