[2/3] msxml3/domdoc: Add an internal function to load from a UTF8 string.

Nikolay Sivov bunglehead at gmail.com
Wed May 4 17:56:30 CDT 2011


On 5/5/2011 00:38, Adam Martinson wrote:
> ---
>  dlls/msxml3/domdoc.c |   85 
> +++++++++++++++++++++++++++++--------------------
>  1 files changed, 50 insertions(+), 35 deletions(-)
You don't need a separate helper for that. doparse() should do fine with 
"UTF-8" encoding parameter to force encoding.

Also will it preserve existing document or will really create empty one 
on error is a question.




More information about the wine-devel mailing list