webservices: Don't use the dictionary for UTF-16 text.
commitf85c6f283a54d8b5987f2e3fd83f93ddeb73efed
authorHans Leidekker <hans@codeweavers.com>
Fri, 8 Dec 2017 14:49:41 +0000 (8 15:49 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 8 Dec 2017 17:22:40 +0000 (8 18:22 +0100)
tree4e54e96e647048c1d069ad5eee92971a92e8ea11
parent8b11866534a2f88d73849616c761961943860df0
webservices: Don't use the dictionary for UTF-16 text.

Although UTF-16 text is converted to UTF-8 before transmission it's
stored inline rather than in the dictionary.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/webservices/reader.c
dlls/webservices/webservices_private.h
dlls/webservices/writer.c