Bug 101659

Summary: html4 character entity ∉ not showing
Product: [Applications] konqueror Reporter: Rene Horn <the.rhorn>
Component: khtml parsingAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 3.3.2   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Test case page

Description Rene Horn 2005-03-17 04:25:43 UTC
Version:           3.3.2 (using KDE 3.3.2,  (3.1))
Compiler:          gcc version 3.3.5 (Debian 1:3.3.5-8)
OS:                Linux (i686) release 2.6.10

I was looking at this: <http://www.w3.org/MarkUp/Test/HTML401/current/tests/sec5_3_1-BF-01.html> out of curiosity and noticed that some of the character entities were not showing up.

I have created a test case page for this that I will attach.
Comment 1 Rene Horn 2005-03-17 04:26:59 UTC
Created attachment 10156 [details]
Test case page

This shows all the entities that I could see that were not working from the
page above.
Comment 2 Thiago Macieira 2005-03-17 05:41:33 UTC
That's because your font doesn't have those characters. Get a better font and they will display.

By the way, the "space" characters are supposed to be invisible.

However, there is ONE character that isn't being recognised: the "not an element of" character, entity &notin; (U+2209). It is being interpreted as &not; followed by "in;". 

I have hijacked your bug report for that character, because all the rest seems to be working fine.

Confirmed on KDE 3.4.0 (BRANCH 20050313)
Comment 3 Maksim Orlovich 2005-03-17 05:52:48 UTC

*** This bug has been marked as a duplicate of 47682 ***