Datum: Thu, 14 Aug 2008 16:06:14 +0200
Von: "Graeme Geldenhuys" <[EMAIL PROTECTED]>

> That makes no sense because I used the escaped unicode character
> format, just like HTML does. So those characters (documentation
> content) should be copied as-is to the HTML.

I suspect those entities get parsed by the DOM-unit as entities (which is the 
right thing to do generally) and simply get lost in the transformation back to 
the byte stream (aka. AnsiString) then.

> &#x2026;
> 
> should be treated exactly the same as
> 
> &lt;    or   &gt;    or   &amp;
> 
> when generating HTML output from fpdoc.

Yes. But the latter have a character code below 256 (even below 128, so they're 
plain 7-bit ASCII).


Vinzent.

-- 
GMX Kostenlose Spiele: Einfach online spielen und Spaß haben mit Pastry Passion!
http://games.entertainment.gmx.net/de/entertainment/games/free/puzzle/6169196
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to