[dmd-internals] named character entities, the spec, and dmd
Jonathan M Davis
jmdavisProg at gmx.com
Mon Jul 30 23:43:28 PDT 2012
On Monday, July 30, 2012 23:37:50 Walter Bright wrote:
> Simply say that we support the HTML 5 spec.
Okay.
> We can get the two code point ones to work.
How? A dchar is a single code point. We could theoretically make them work in
string literals (though that does complicate things a bit), but I don't see
how that would be possible with character literals.
- Jonathan M Davis
More information about the dmd-internals
mailing list