Closed
Bug 122582
Opened 24 years ago
Closed 24 years ago
need to support surrogate in unicode to charset converter
Categories
(Core :: Internationalization, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: ftang, Assigned: ftang)
Details
(Keywords: intl)
Attachments
(1 file)
|
36 bytes,
text/html
|
Details |
1. have a file contains
𠀀𠀁𠀂𠀃
2. if we do not have font which contains these Han Ideograph Block B character,
I expect to see 4 '?' as fallback for 4 unicode characters
actual result
I see 8 ?.
| Assignee | ||
Comment 1•24 years ago
|
||
Keywords: intl
QA Contact: ruixu → ylong
Summary: When we cannot display plane 1-16 on window, we display two "?' instead of one "?" for each character → When we cannot display plane 1-16 on window, we display two "?' instead of one "?" for each character
Comment 2•24 years ago
|
||
The problem is in unicode to iso-8859-1 converter. SubstituteChars using this
converter to convert undisplayable characters. More general, all unicode to
charset x need to be update for surrogate support.
frank, this might be a dup of your existing bugs.
Assignee: shanjian → ftang
Summary: When we cannot display plane 1-16 on window, we display two "?' instead of one "?" for each character → need to support surrogate in unicode to charset converter
| Assignee | ||
Comment 3•24 years ago
|
||
ok, this is just a presentation issue. ok. let's mark this as invalid.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•