[Issue 5221] entity.c: Merge Walter's list with Thomas'
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jan 28 16:22:53 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5221
--- Comment #6 from Iain Buclaw <ibuclaw at ubuntu.com> 2011-01-28 16:20:41 PST ---
(In reply to comment #5)
> (In reply to comment #4)
> > I researched this issue with named HTML entities and found several, different
> > lists out there.
> >
> > I think the following list is the most complete and most accurate one:
> >
> > http://www.w3.org/2003/entities/2007/w3centities-f.ent
> >
> > Please consider mentioning this in the language specification.
>
> A few hours ago I merged this patch into my fork of dmd. Complete source is
> here:
>
> https://github.com/donc/dmd/blob/master/src/entity.c
>
> Would be great if you or someone else could compare that list, to the one
> you've just posted.
There are quite a lot of additions, and the odd difference inbetween. I can do
an update, though I guess it depends on how much you want to put in.
There are entities to whom's value is large than a unsigned short. eg:
"b.nu", 0x1D6CE,
"b.Omega", 0x1D6C0,
"b.omega", 0x1D6DA,
"Bopf", 0x1D539,
"bopf", 0x1D553,
Which then leads to question #2, does the parser allow '\&b.nu;' ?
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list