http://bugs.winehq.org/show_bug.cgi?id=13740
Summary: winebrowser gets wrong URL, problem with unicode Product: Wine Version: CVS/GIT Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: patrol@sinus.cz
Created an attachment (id=13773) --> (http://bugs.winehq.org/attachment.cgi?id=13773) trace with +winebrowser
The following commit commit e547cf7043e36fecfe5e23d1d6f93a9c5ba89c46 Author: Hans Leidekker hans@it.vu.nl Date: Sun Apr 6 14:44:31 2008 +0200 winebrowser: Convert to Unicode. caused a regression in wine, causing that winebrowser gets wrong URL and cannot load the requested page. The URL is displayed as a series of question marks. The operating system normally uses a czech locale (cs_CZ.ISO-8859-2). The URLs which are attempted to access don't contain any special characters, which would require unicode to be used. To reproduce, download the following freely available program http://www.3amsystems.com/products/CPT-Master.exe , run it in wine and select "Buy now" from the welcome screen. The browser will open, but its URL will be wrong. The same happens when trying to buy a game from Steam. Trying to use LC_ALL=cs_CZ.UTF-8 and running the program causes that there are chinese characters in the URL, which is also totally wrong :-). It used to work perfectly in wine 0.9.57 (both cases mentioned).