Closed Bug 5404 Opened 25 years ago Closed 25 years ago

Paser ignores Unicode conversion error

Categories

(Core :: DOM: HTML Parser, defect, P3)

All
Mac System 8.5
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: sfraser_bugs, Assigned: ftang)

Details

(Whiteboard: 6/21 Waiting for response from reporter for verification)

I'm currently in a state where apprunner comes up with a blank window. One of the problems I suspect to be unicode conversion related. In nsScanner::Append(), the call to mUnicodeDecoder->Convert() is failing (the Latin1 converter failes to make an instance of teh unicode decode helper), but the returned error is ignored; nsScanner::Append just returns PR_TRUE.
Assignee: rickg → ftang
Frank, I think you should own this problem because it's related to your unicode converters. If you need me to handle it, please come see me.
Status: NEW → ASSIGNED
sfraser said this is happened after he remove uconv.dll by mistake so this is not a stoper. We should make sure it return erro correctly though....
Target Milestone: M6
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
fixed and check in.
Whiteboard: 6/21 Waiting for response from reporter for verification
sfraser, I don't see any reference to how to test this. Apprunner does not come up with a blank page, is that verification?
Status: RESOLVED → VERIFIED
This is fixed, looking at the source.
You need to log in before you can comment on or make changes to this bug.