I don't see the problem. I even looked at the Monastery Gates while not logged in so that I saw the cached copy and the quotes you mention all show normal for me in every case I tried.

You don't mention the browser you are using but I've seen bugs with Mozilla wanting to do everything in UTF-8 and so making mistakes when given a Latin-1 page like those that PM produces.

One of my favorite tools is:

perl -S GET -SueUs "http://perlmonks.org/?node=..."
which you might want to try (requires that you have the LWP bundle installed, which is a pretty useful thing to have). If you replace -SueUs with -SuedUs, then you get *just* the headers, no page contents.

That command will show you the raw page contents and the headers so you can verify whether UTF-8 characters are being sent and whether headers say Latin-1.

When I do that without the "?node=..." part I get the follow bits:

Content-Type: text/html; charset=ISO-8859-1 ... Title: Perl Monks - The Monastery Gates ... When he asks “How can I be more careful?”, We usually ... but haven’t even heard of CPAN.
Which includes three slanted quotes as single-byte characters (Latin-1 not UTF-8) which matches the headers.

So I don't see the problem in my browser (IE5) and I don't see it when I bypass my browser. You may have found a bug in your browser.

                - tye

In reply to Re: ISO-Latin-1 as node and UTF-8 in frontpage (not for me) by tye
in thread ISO-Latin-1 as node and UTF-8 in frontpage by bart

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.