[Bug 32651] File path passed to linux application by winebrowser is mangled if it contains international characters

wine-bugs at winehq.org wine-bugs at winehq.org
Wed May 7 15:33:27 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=32651

Vincent Povirk <madewokherd at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |download, source

--- Comment #7 from Vincent Povirk <madewokherd at 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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list