Site updated to Phobos 2.054
Johann MacDonagh
johann.macdonagh.no at spam.gmail.com
Mon Jul 18 16:14:12 PDT 2011
On 7/18/2011 6:58 PM, Andrei Alexandrescu wrote:
> There was a misunderstanding between Walter and myself - he thought I
> needed the tag v2.054 on the d-programming-language.org repository,
> whereas I needed it in the phobos repository.
>
> The website www.d-p-l.org is NOW updated to the latest and greatest.
>
>
> Thanks,
>
> Andrei
Some tables aren't being generated correct. On lex.dd:
$(TABLE2 UTF Byte Order Marks,
$(THEAD Format, BOM)
$(TROW UTF-8, EF BB BF)
$(TROW UTF-16BE, FE FF)
$(TROW UTF-16LE, FF FE)
$(TROW UTF-32BE, 00 00 FE FF)
$(TROW UTF-32LE, FF FE 00 00)
$(TROW ASCII, no BOM)
)
And the generated HTML:
<table border=1 cellpadding=4 cellspacing=0><caption>UTF Byte Order
Marks</caption>
</table>
More information about the Digitalmars-d
mailing list