Closed
Bug 62234
Opened 25 years ago
Closed 25 years ago
symbol font characters not displayed
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
People
(Reporter: jamesrome, Assigned: asa)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; m18) Gecko/20001130
BuildID: 2000113004
This code on Netscape 4.76 produces <beta>, where beta is the greek letter, and
the angle brackets are the real ones, not the <> signs.
But it does not switch to symbol font on Mozilla.
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF">
<font face="Symbol">ábñ </font>
</body>
</html>
Reproducible: Always
Steps to Reproduce:
1.view the enclosed code
2.
3.
Actual Results: ábñ
Expected Results: <beta>
I created this in DreamWeaver 3
dup of bug 33127 "<font face="symbol"> not working on Windows"
*** This bug has been marked as a duplicate of 33127 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•