On Thu, Aug 14, 2008 at 2:54 PM, "Vinzent Höfler"
<[EMAIL PROTECTED]> wrote:
>> > Well, what's the DTD saying about it? ;)
>>
>> Errmm???
>
> The Document Type Description? Well, I suppose, there is none...

I know what DTD means, I meant there is none I know of.  :)


>>   2.  Actual and escaped Unicode characters end up being '??' garbage
>>        characters in the generated HTML.
>
> So the entities are probably not resolved correctly. I suppose someone just 
> connected all the text-nodes without bothering to resolve any contained 
> entities. Things like &#x2462; should work regardless of the chosen encoding, 
> as those are unicode-entities.
>

I tried encoding it as decimal and hexadecimal notation and it always
ends up being '?'.  So Michael's theory that the documentation content
gets copied as-is is not quite true.  My example using
&lt;&#x2026;&gt;   and becoming   &lt;?&gt;   in the .html file proves
that somewhere fpdoc is doing something with the documentation
content.


Regards,
 - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to