From: SourceForge.net <no...@so...> - 2005-10-05 09:36:09
|
Bugs item #1313659, was opened at 2005-10-05 17:36 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1313659&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Joel (lowjoel) Assigned to: Nobody/Anonymous (nobody) Summary: wxHTTPBuilder::GetInputString converts wrongly Initial Comment: In Unicode build GetInputString returns garbage because of the conversion to wchar_t. Maybe an ifdef for wxUSE_UNICODE to determine whether we should use wxString::FromAscii() instead of just casting to wxChar* (which is what i suspect happened). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1313659&group_id=51305 |