"Bruce W.1" <(E-Mail Removed)> said this in news item
news:(E-Mail Removed)...
> I'm stumped. Here's my quandry.
>
> Gmail displays horizontal rules <hr> inserted by other mail clients like
> Outlook Express into email messages, though it does not enable <hr>
> insertions by Gmail users.
>
> A <hr> can however be copied from and back into a message within Gmail.
>
> Whatsmore, this <hr> once copied from Gmail can also be pasted into MS
> Word. This means that the <hr> is stored on the Windows Clipboard.
>
> Here's the mystery. When pasted into Notepad (or other text editors) it
> displays nothing but whitespace. How can this be? Are there characters
> (in this case representing a <hr>) which Notepad cannot display? MS Word
> can display it as a horizontal line or rule.
>
> What is the mystery data on the clipboard and how can I see its coding?
>
> Thanks for your help.
You can examine the binary codes in any file with a binary viewer/editor,
e.g. with xvi32.exe (
http://www.chmaas.handshake.de). To avoid getting lost
in the code, do this:
1. Paste your magic characters into an emtpy Word document.
2. Put some markers, e.g. ***, in front and after them.
3. Save and close the file.
4. Open it with your binary viewer/editor.
5. Find the markers.
What are the ASCII numbers for the magic characters in the center panel?