https://bugs.documentfoundation.org/show_bug.cgi?id=146048
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Mike Kaganski <[email protected]> --- FTR: the problem is unrecognized UTF-16 stream encoding obtained in GtkDnDTransferable::getTransferData for text/html request (under '!GTK_CHECK_VERSION(4, 0, 0)' branch). The data gets passed to SvParser<T>::GetNextChar, which tries to check BOM, but there's no BOM - the UTF-16 stream starts directly with "<\0i\0m\0g\0...", and then getting next token fails to recognize img tag, and sends it as plain text. Caolan: do you know how do we deal with such things on Linux? (sorry for stupid question.) -- You are receiving this mail because: You are the assignee for the bug.
