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

2011-05-05 Thread Adam Martinson
On 05/05/2011 09:21 AM, Nikolay Sivov wrote: On 5/5/2011 18:09, Adam Martinson wrote: On 05/04/2011 05:56 PM, Nikolay Sivov wrote: You don't need a separate helper for that. doparse() should do fine with "UTF-8" encoding parameter to force encoding. This is to avoid calling domdoc_loadXML() fro

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

2011-05-05 Thread Nikolay Sivov
On 5/5/2011 18:09, Adam Martinson wrote: On 05/04/2011 05:56 PM, Nikolay Sivov wrote: You don't need a separate helper for that. doparse() should do fine with "UTF-8" encoding parameter to force encoding. This is to avoid calling domdoc_loadXML() from domdoc_load(). When we need almost identic

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

2011-05-05 Thread Adam Martinson
On 05/04/2011 05:56 PM, Nikolay Sivov wrote: You don't need a separate helper for that. doparse() should do fine with "UTF-8" encoding parameter to force encoding. This is to avoid calling domdoc_loadXML() from domdoc_load(). When we need almost identical behavior from 2 separate interface func

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

2011-05-04 Thread Nikolay Sivov
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.