http://bugs.winehq.org/show_bug.cgi?id=8077
------- Additional Comments From cjstimpson@utwire.net 2007-24-04 17:00 ------- Created an attachment (id=5926) --> (http://bugs.winehq.org/attachment.cgi?id=5926&action=view) mshtml.patch
Here's a patch to fix the problem. It basically puts This->readed += This->nsstream->buf_size; where it was before the regression.
Can someone verify that it doesn't break utf-16? And that the patch is correct.