Re: IPersistStreamInit doesn't work on win2k?




alexey.utkin@xxxxxxxxx 写道:

The problem is in Unicode/ASCII stream detection procedure.
Under W2K always use UTF-8 coding and be sure that string
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
is in <head> container.

Thanks for reply. I found WRITE method is much more slower than
IPersistStreamInit method. However, for my case, I cannot change the
content of HTML, so any way to use IPersistStreamInit properly in
Win2000?

Thanks in advance.

.