Closed
Bug 736438
Opened 13 years ago
Closed 7 years ago
Remove nsIUnicodeDecoder::GetCharacterForUnMapped
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
mozilla56
People
(Reporter: Ms2ger, Assigned: hsivonen)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Whiteboard: [fixed by encoding_rs])
It's only used in nsScanner, so we should probably remove it once nsScanner is gone.
Assignee | ||
Comment 1•13 years ago
|
||
(In reply to Ms2ger from comment #0)
> It's only used in nsScanner, so we should probably remove it once nsScanner
> is gone.
You could just hard-code the REPLACEMENT CHARACTER and not wait for nsScanner to go away.
Comment 2•12 years ago
|
||
The decoder error is always REPLACEMENT CHARACTER per encoding spec, so GetCharacterForUnMapped would be redundant.
Blocks: encoding
Updated•12 years ago
|
Blocks: 819869
Summary: Remove nsIUnicodeDecoder::GetCharacterForUnMapped? → Remove nsIUnicodeDecoder::GetCharacterForUnMapped
Assignee | ||
Updated•9 years ago
|
Depends on: encoding_rs
Assignee | ||
Comment 3•7 years ago
|
||
Fixed by bug 1261841.
Assignee: nobody → hsivonen
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Whiteboard: [fixed by encoding_rs]
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•