[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: grokking char encodings
From: |
Eli Zaretskii |
Subject: |
Re: grokking char encodings |
Date: |
Mon, 02 Feb 2009 22:53:39 +0200 |
> From: rustom <rustompmody@gmail.com>
> Date: Mon, 2 Feb 2009 00:16:19 -0800 (PST)
>
> I browsed it in firefox (version 3.0.5).
> When I save it as web-page complete I get this behavior
> When I save it as web-page html only it behaves well -- no unicode
> boxes on printing, no ^Ms in emacs but it is css-free printing as far
> as I can see
With Firefox 2.0.0.20, I don't see any empty boxes, but I do see the
^M characters. This happens because the very first line of the file
written by Firefix has a Unix-style EOL: a single LF character, while
the rest of the lines end with DOS-style CR-LF pair.
> emacs-version shows 22.1.1 on windows XP service pack 2
Put cursor on one of the empty boxes and type "C-u C-x =". Emacs will
pop a buffer describing the character it sees at that point. Post
that here, and maybe I or someone else could explain that to you.