in reply to Re: Perl 5.14 is out
in thread Perl 5.14 is out

Pity perlmonks has a technical limitation in that you can only put cp1252 characters inside a code tag (because it escapes everything). You'll have to emulate it without code tags, such as putting the whole thing inside tt; or better yet, reformat the whole message to HTML.

Replies are listed 'Best First'.
Re^3: Perl 5.14 is out (HTML)
by tye (Sage) on May 16, 2011 at 17:59 UTC

    The original node of this thread is not using CODE tags. It uses PRE tags. So it is already "in HTML" (and can't use CODE tags as an excuse for breaking non-Latin-1 characters).

    Yeah, when posting such an announcement to a place like PerlMonks, I would reformat into HTML paragraphs and HTML bulleted lists.

    - tye