http://bugs.winehq.org/show_bug.cgi?id=32651
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |download, source
--- Comment #7 from Vincent Povirk madewokherd@gmail.com --- Turns out winebrowser decodes the URL correctly and converts it to a unix path which is correctly (unix filesystem/utf8) encoded. It then converts that path to widechars using unix filesystem encoding. Then it uses CreateIUriBuilder to convert that widechar path into a url. IUriBuilder truncates the non-ascii characters to 8 bits before %-encoding them.
I think what we need to do is convert the string to widechars by directly copying the character values.