http://bugs.winehq.org/show_bug.cgi?id=6801
--- Comment #32 from Hin-Tak Leung htl10@users.sourceforge.net 2008-04-09 15:14:57 --- I am not sure one needs to do any MultiByteToWideChar() at all - because the input is really 7-bit padded to 16-bit - I think you just need to do parse_html_entities() before NavigateToUrl() - parse_html_entities does in-place modification, so one might want to make a copy of surl, first, but that's basically it, I think.