Closed
Bug 536130
Opened 16 years ago
Closed 15 years ago
Add Unicode Private Use Area Font Option
Categories
(Core :: Layout: Text and Fonts, enhancement)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: meliste, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 (.NET CLR 3.5.30729)
Due to the behavior documented in bugs #399369, #489014, #534888, and possibly others, characters in the Private Use Area are inaccessible unless the user works around the limitation by setting their fonts for all scripts on the page to fonts that include PUA characters. In effect, this makes the PUA unusable because of the obscure workaround and some fonts for PUA characters lacking Western etc. scripts.
The PUA would be easier to use while just as free of mojibake problems if Firefox presented the option to specify a font for the private use area specifically, as if it were a script. The user could then specify a font containing the characters needed, and change that font if the user needs to view a page using PUA characters differently.
Reproducible: Always
Steps to Reproduce:
1. Go to a page using PUA characters without changing the font for any other scripts on the page to one that includes those PUA characters, no matter what your other settings are.
Actual Results:
PUA characters displayed as placeholders.
Expected Results:
PUA characters falling back to user-specified PUA font.
Comment 1•15 years ago
|
||
This shout be wontfix, IMO. We should not encouraging using PUA.
Assignee: nobody → smontagu
Component: General → Internationalization
Product: Firefox → Core
QA Contact: general → i18n
Comment 2•15 years ago
|
||
Comment 1 is a bit of an overstatement IMO: there's nothing wrong with using the PUA by private agreement, with specified fonts, and we support that.
Assignee: smontagu → nobody
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Component: Internationalization → Layout: Text
OS: Windows Vista → All
QA Contact: i18n → layout.fonts-and-text
Hardware: x86 → All
Resolution: --- → WONTFIX
Comment 3•15 years ago
|
||
ISTM that if a page uses PUA characters, it should explicitly style them using the appropriate font, otherwise the page author has no control whatsoever over the characters the reader will see.
If the page specifies a suitable font, and if the user has that font installed (or, better, if the page specifies a particular font and provides it via @font-face, to ensure it is available to the browser), then the PUA characters should display fine; no twiddling with font settings is needed.
You need to log in
before you can comment on or make changes to this bug.
Description
•