[Bug 12325] winebrowser / mapi32. dll does not support accented characters in mailto:

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Apr 3 07:31:06 CDT 2008


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





--- Comment #7 from Dmitry Timoshkov <dmitry at codeweavers.com>  2008-04-03 07:31:03 ---
(In reply to comment #6)
> Created an attachment (id=11821)
 --> (http://bugs.winehq.org/attachment.cgi?id=11821) [details]
> winebrowser CP_UNIXCP support for "mailto:" URL

Looks good, except there is no need check MultiByteToWideChar and
WideCharToMultiByte return values since url guaranteed to contain at least
"mailto:" and the APIs should never fail in that case.

Please send a corrected version of your patch to wine-patches, since it's
an improvement.

> Here is a quick patch for that bug.
> There is probably better way to FIX it.

As I said a better way is convert winebrowser to unicode, i.e. replace
main() by wmain().


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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