Bug 78011 - Does not render some special xhtml entities
Summary: Does not render some special xhtml entities
Status: RESOLVED NOT A BUG
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-19 16:32 UTC by Dominique Devriese
Modified: 2004-03-19 16:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominique Devriese 2004-03-19 16:32:29 UTC
Version:            (using KDE KDE 3.2.1)
Installed from:    Debian testing/unstable Packages

Note: this is a forward of the following Debian bug report:
dbug:238833

The original text follows:
  The following document is not rendered correctly. Fonts tried were Arial, 
  Bitstream Vera and Times New Roman. 
 
  <?xml version="1.0" encoding="ISO-8859-1"?> 
 
  <!DOCTYPE html  
       PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
 
  <html> 
 
  <head> 
      <title>test</title> 
  </head> 
 
  <body> 
   
  <p> &forall; x &isin; N: x &lt; x+1 &and; x &gt; x-1 </p> 
  
  </body> 
  </html> 

I'm assuming the element is not known by khtml since a 'grep forall khtml/ -r" didn't return anything useful.

While at it, maybe someone should go over the following list of elements:
http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent

cheers
domi
Comment 1 Maksim Orlovich 2004-03-19 16:39:59 UTC
Entities are defined in kdelibs/kdecore/kentities.gperf, not inside the KHTML dir. This is probably a font availability or font matching issue, nothing to do with the entities per se
Comment 2 Dominique Devriese 2004-03-19 16:57:32 UTC
You're right.  Sorry for the noise
thanks
domi