Method decriptor's strings are internally stored in ANSI, and potentially converted from Unicode using current code page.
Test was expecting loss in Unicode to ANSI conversion. Adapt test to also support loss-less conversion (that's the case when code page is UTF-8).
Wine-Bugs: https://bugs.winehq.org/show_bug.cgi?id=52873
Signed-off-by: Eric Pouech eric.pouech@gmail.com