Re: 50 Secret HTML Commands :->



Jonathan N. Little wrote:

> Els wrote:
>
>> Thanks - looks like it shows exactly the same thing as TextPad, only
>> in colour view and with some extras? I mean - it doesn't reveal
>> anything that a regular text editor wouldn't. Am I correct?
>
> Not quite, if TextPad is another notepad text editor replacement.

It is. Well, it was for me when I switched :-)

> Text editors interpret the files binary code as characters but hex
> editor displays the binary data hexadecimal values. Hence
>
> Hi there
>
> in Notepad looks like:
>
> 48 69 0D 0A 54 68 65 72 65
>
> in a hex editor. The carriage return in Windows, invisible in the
> text viewer except for forcing a new line is '0D 0A' in the hex
> editor. You cannot see characters like the null character '00' in
> Notepad. The CTRL-M character '0A' can sure muck up a bit of Perl
> or JavaScript, in Notepad it looks like a black box depending on
> the font. Other editors the use the riched20.dll like Wordpad or
> Metapad it looks like a plain old carriage return, but it is not!
> Can drive you nute trying to debug script with those editor! Where
> you can really see the difference is open up a non-textfile like an
> image or excutable.

Okay, got it. Thanks :-)

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: Diana King - Shy Guy
.



Relevant Pages

  • Re: Pay Me, Bug! Synopsis (loooooong)
    ... OK, overall this is nice -- lively and interesting; were I an editor, I'd ... While I like the format you've chosen, with characters and background first ... Grif Vindh, Captain and Pilot of the Fool's Errand, smuggler, ... The Alliance of Free Worlds, ...
    (rec.arts.sf.composition)
  • Re: SS view opens notepad instead of printing to stdout or -O file
    ... Maybe it's something that textpad or some other application did to your ... > As I wrote in my previous message, I have removed the Editor setting, ... No mention of Notepad anywhere except in the list ... > Joe Masters wrote: ...
    (microsoft.public.vstudio.sourcesafe)
  • Re: programming on an xp in a closet
    ... requirement for programming on XP Home is a text editor, such as Wordpad or ... Notepad, that allows you to read and write text files so you can program ... text characters. ...
    (comp.lang.asm.x86)
  • Re: APL Transfer Format
    ... it's based on 8-bit characters, ... and define a new format based on Unicode and XML. ... I'm curious about it because I'm wanting to edit APL with a standalone ... the editor be aware of different encodings by different vendors and be ...
    (comp.lang.apl)
  • Re: problem writing cstring to file
    ... The only problem was it only printed 15 characters per second, ... worked in the one editor that existed that allowed a LFCR pair to be ... editor was unable to edit the source files. ... Programming Language, and it only supported the editor its designer liked ...
    (microsoft.public.vc.mfc)