Bug 150228

Summary: Konqueror will NOT render certain characters (↑) if the font-family is Verdana (other TTF font)
Product: [Applications] konqueror Reporter: Dhaval Patel <dhaval>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Dhaval Patel 2007-09-26 15:39:27 UTC
Version:           Konqueror 3.5.7 (same as KDE) (using KDE KDE 3.5.7)
Installed from:    Ubuntu Packages
OS:                Linux

http://jwblack.patel.sh/test/uarrdarr.php

The above URL or the code below shows displays the problem. The up arrow and down arrow will not be displayed correctly if the font-family is specified as a MS core web TTF.

I hope the things below render properly, if not just go to the URL above.

<html>
<body>

<div>
    <span>&amp;darr; and &amp;uarr; with font-family Verdana</span>
    <span style="font-family:Verdana,Sans-Serif;">&darr;</span>
    <span style="font-family:Verdana,Sans-Serif;">&uarr;</span>
</div>

<div>
    <span>&amp;darr; and &amp;uarr; with font-family Sans-Serif</span>
    <span style="font-family:Sans-Serif;">&darr;</span>
    <span style="font-family:Sans-Serif;">&uarr;</span>
</div>

</body>
</html>
Comment 1 Dhaval Patel 2007-09-26 18:10:01 UTC
This is verified to work in Safari Mac 10.4.x. It is only a problem with Konqueror.
Comment 2 Maksim Orlovich 2007-09-26 20:57:54 UTC

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