Re: Mozilla selections question
Christopher Blizzard <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.gtk |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Philip wrote: > Indeed, I found that already using a small application called GClipper > which does exactly that.. I guess the target for the HTML-text is > "text/html" but when I change the target to that I only get the character > "<" as selection-data : I'll bet that's because the data is UCS2 so you're seeing an empty second byte. Convert it to ASCII blindly and see if it helps. If so, that's probably the problem you're running into. --Chris