[Bug 6801] gpstrack help windows are empty

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Apr 9 15:14:57 CDT 2008


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





--- Comment #32 from Hin-Tak Leung <htl10 at 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. 


-- 
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