http://bugs.winehq.org/show_bug.cgi?id=6801
--- Comment #36 from Tefnet developers <developers(a)tefnet.pl> 2008-04-13 05:05:23 ---
(In reply to comment #34)
> The encoding is very wierd - it looks like the url is passed in as latin-1 but
> the browser expects utf8... I don't think I understand this.
>
Apart from entity decoding which can be done by reusing Robert's patch, we
should also use "precent encoding" in UrlEscape (dlls/shlwapi/url.c)
http://www.w3.org/International/O-URL-code.html
There is flag URL_ESCAPE_PERCENT in this function but i don't think it does
what it should do. Moreover, native UrlEscape might have the same problem?
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1954721&SiteID=1
I've tried to trace where in native dlls correct escaping occurs but I couldn't
find it. I know that with native hhctrl.ocx there is the same problem with
accented urls... so percent escaping has to be done later.
Could you check how UrlEscape with URL_ESCAPE_PERCENT behaves in Windows? (I
don't have Windows system with C compiler so I couldn't do it by myself :/)
I've rewrite example in Java (from W3 page) to C... could you check if it does
proper url escaping (it works for me)? I think it can be used to put somewhere
in wine code, but we have to figure out first where we should do it :)
--
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.
http://bugs.winehq.org/show_bug.cgi?id=8143
Plamen Vassilev <plamen.vassilev(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #7 from Plamen Vassilev <plamen.vassilev(a)gmail.com> 2008-04-13 04:56:54 ---
Hi Austin,
Sorry for the delay, no this bug is no longer observed, please feel free to
close it. Thank you!
--
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.
http://bugs.winehq.org/show_bug.cgi?id=8295
--- Comment #9 from Tomek Kaźmierczak <tom8311(a)wp.pl> 2008-04-13 04:54:01 ---
At the moment I'm not able to check it - I can do that in about two weeks.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=4558
--- Comment #6 from Luke Bratch <l_bratch(a)yahoo.co.uk> 2008-04-13 04:30:05 ---
Russell, do not reply to wine-bugs. Please post in Bugzilla. Email read:
"For the version of Wine that I originally reported this bug on (probably
two years ago) it was consistent and repeatable on all Win32 console
mode applications that I tried, including cmd.exe from Windows XP. I
haven't really used Wine for some time, and have not installed newer
versions, so I have no idea if the bug is still a problem in newer versions."
--
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.
http://bugs.winehq.org/show_bug.cgi?id=8179
Michael Abbott <michael(a)araneidae.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |michael(a)araneidae.co.uk
--- Comment #11 from Michael Abbott <michael(a)araneidae.co.uk> 2008-04-13 03:52:24 ---
With wine 0.9.58 (but not 0.9.59, bug 12416) and an ATI Radeon X1650 with
current fglrx driver (xorg-driver-fglrx version 1:7.1.0-8-3+2.6.24.12-16.34) I
can report that both the reflections and city backdrop appear perfectly. (To
be precise, I'm actually testing in a build half way between .58 & .59, but I'm
pretty sure .58 was ok too.)
This is with a routine install in a fresh WINEPREFIX. The only modification is
to set WINEDEBUG=-all to suppress slowdown from repeated "fog" messages.
Would it be possible, *please*, for people to start marking some of these bugs
as CONFIRMED?!
--
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.
http://bugs.winehq.org/show_bug.cgi?id=7433
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #12120|application/octet-stream |text/plain
mime type| |
--
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.
http://bugs.winehq.org/show_bug.cgi?id=7433
--- Comment #4 from spoonie <sexy_b14(a)hotmail.com> 2008-04-13 01:52:32 ---
Created an attachment (id=12120)
--> (http://bugs.winehq.org/attachment.cgi?id=12120)
Serious Sam2 install crash wine 0.9.59
I get the same crash for the dvd Serious Sam2 installer. Will just draw the
window border nothing else.
thanks guys.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=8754
--- Comment #14 from spoonie <sexy_b14(a)hotmail.com> 2008-04-13 01:37:20 ---
Created an attachment (id=12119)
--> (http://bugs.winehq.org/attachment.cgi?id=12119)
NFSU2 wine 0.9.59 output
NFSU2 dose not have keyboard input of any kind under wine 0.9.59.
thanks guys
--
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.
http://bugs.winehq.org/show_bug.cgi?id=8382
--- Comment #4 from EA Durbin <ead1234(a)hotmail.com> 2008-04-13 00:44:03 ---
yes
--
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.