Status: Unconfirmed Owner: ---- Labels: OS-Linux Area-Misc Size-Medium Type-Bug
New issue 19689 by [email protected]: Command line URL parameter does not support Chinese http://code.google.com/p/chromium/issues/detail?id=19689 Chrome Version : <4.0.203.0~svn20090818r23670-0ubuntu1~ucd1~jaunty> OS + version : Debian Sid CPU architecture (32-bit / 64-bit): 32 bit window manager : Gnome/Metacity URLs (if applicable) : Behavior in Firefox 3.x (if applicable): Works fine Behavior in Chrome for Windows (optional): describe as follow What steps will reproduce the problem? Start the browser from the command line with URL given, if the URL consists of purely English, Chrome opens the URL as expected, but if there are some Chinese characters in the URL, Chrome does not work as expected. Given this command: /usr/bin/google-chrome http://www.google.com/search?q=中文 it will result to a new empty tab. And this: /usr/bin/google-chrome http://www.google.com/search?ie=UTF-8&q=中文 it turns out to be a new tab with this URL: http://www.google.com/webhp? ie=UTF-8 Please provide any additional information below. Attach a screenshot and backtrace if possible. I have tested this with Firefox 3.5 and Opera 10 beta 4, both of them work fine. So I think that there may be some thing wrong while parsing the command line parameters with Chrome. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
