I'm making a simple module that just contains all the HTML Character Entities, with two-way lookup. What should I call it? HTML::Entity-Reference? But does the dash cause problems? Maybe it should include a '4' somewhere as it's based on
Character entity references in HTML 4 and I see on CPAN
HTML::HTML5::Parser::NamedEntityList which is not what I want. Did the list of Entities change for HTML5? This module contains some duplicate entries without trailing semicolons (but not all) so I don't know what that's about. It also has all-caps AMP instead of amp.
I'm planning a map of (only correct!) Entity names mapped to character numbers as integers. This gives the simplest access to the information for a variety of uses, including spitting out the char itself (using chr) or a numeric entity (formatting the number as a string or a hex string), and also looking up names based on the ord of a character.
I want to consider issues of global reuse before I let it escape — er, I mean before I release it.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.