Closed Bug 6748 Opened 25 years ago Closed 25 years ago

XIF: nsHTMLToTXTSinkStream: no unicode encoder

Categories

(Core :: DOM: Serializers, defect, P3)

x86
Linux
defect

Tracking

()

VERIFIED DUPLICATE of bug 13401

People

(Reporter: akkzilla, Assigned: akkzilla)

Details

In http://bugzilla.mozilla.org/show_bug.cgi?id=5663, plaintext copy/paste of
entities wasn't working because in nsHTMLToTXTSinkStream::EncodeToBuffer
mUnicodeEncoder was null, so we were hitting an assert and bailing out.  I fixed
that bug (if we have no encoder we simply copy the bits directly) but the
question remains why we don't have a unicode encoder (and the assertion is still
there and still being hit).  We need to figure out whether this is really a
problem, and either fix it or remove the assertion.
Status: NEW → ASSIGNED
Target Milestone: M7
Accepting bug, setting milestone to M7
Assignee: kostello → akkana
Status: ASSIGNED → NEW
Assigning to akkana
Status: NEW → ASSIGNED
Target Milestone: M7 → M8
Marking M8 since I don't understand the issues yet.
Summary: nsHTMLToTXTSinkStream: no unicode encoder → XIF: nsHTMLToTXTSinkStream: no unicode encoder
Target Milestone: M8 → M9
Move XIF/I18n bugs to M9; they're dependant on stubs which I18n is trying to get
in for M8.
Target Milestone: M9 → M11
Bumping milestone again.  No one really cares about this bug anyway, AFAIK.
Target Milestone: M11 → M15
Bumping this up yet again, since there are still issues waiting to be resolved
before I can really understand how this stuff is supposed to work in the output
sinks.
Changing Component to Output.
Target Milestone: M15 → M16
moving to m16 - load balance
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
I was leaving this bug open to track the need to convert the text output sink to
use the new unicode encoders; but 13401 is also tracking that issue, so I'll
mark this a dup.

*** This bug has been marked as a duplicate of 13401 ***
verified dupe of 13401.  
Status: RESOLVED → VERIFIED
Bulk move of all "Output" component bugs to new "DOM to Test Conversion" 
component.  Output will be deleted as a component.
Component: Output → DOM to Text Conversion
You need to log in before you can comment on or make changes to this bug.