See commit message for differences from V1.
I'd like to send a smaller patch, but I feel like this functionality is pretty irreducible. The method bodies all have to be modified by the time you add an alternate destination.
Didn't touch encoding property: "The encoding property has no effect for BSTR or DOM output" [1]
[1] https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ms764660(...)
thanks, Jefferson
By the way, I would suggest viewing the diff for this patch ignoring indentation changes, since I added switch statements to a bunch of methods which re-indents a lot of existing code.
On 1/23/2021 2:06 AM, Jefferson Carpenter wrote:
See commit message for differences from V1.
I'd like to send a smaller patch, but I feel like this functionality is pretty irreducible. The method bodies all have to be modified by the time you add an alternate destination.
Didn't touch encoding property: "The encoding property has no effect for BSTR or DOM output" [1]
[1] https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ms764660(...)
thanks, Jefferson