It's generaly easy to find HTML entity names; do a google search for HTML entity OE or suchlike. (You don't even have to clickthrough for this one; Œ is Œ, as you can see reading the snippet of the first hit.) (BTW, for input you should support UTF-8 chars 338 and 339 (AKA /\x{152}/i), as well as /oe/i. The info on codepoints is in that same table, if you remember that the &#nnn; syntax uses decimal nnn.

Oh, and PM/Everything can pass-through any tag it's told to; it's being told not to passthrough <img> tags. I rather wonder why. I suppose there is a worry people will put <img> tags pointing to porn or other things undeseriable here. (On homenodes, it will allow them IFF the users's level supports homenode images, IIRC.)

Update: I almost forgot: when do you need an entity for curlies? They aren't metachars in HTML nor Everything.


Confession: It does an Immortal Body good.


In reply to Re: Re: Re: Re: RFC: Entity names for square brackets. by theorbtwo
in thread RFC: Entity names for square brackets. by demerphq

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.