[spambayes-dev] Funny Characters in the spambayes FAQ section headings

Skip Montanaro skip at pobox.com
Mon Oct 6 16:12:05 EDT 2003


    Peter> I just had a look at
    Peter>     http://spambayes.sourceforge.net/faq.html
    Peter> and wondered about the section and subsection headlines, which
    Peter> are rendered as (for example):
    Peter>   '''6.7Ä Ä Ä What do I need to do to update the FAQ?'''
    Peter> Each heading contains these three capital A umlauts.

There's a <meta> tag in the <head> section:

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

which should be enough to tell web browsers how to interpret the contents.

Skip



More information about the spambayes-dev mailing list