Status: Untriaged Owner: [email protected] CC: maruelatchromium Labels: Type-Bug Pri-2 OS-All Area-Infrastructure Size-Small
New issue 19535 by [email protected]: With an non-ASCII character in the CL description, gcl barks out on Linux. http://code.google.com/p/chromium/issues/detail?id=19535 On Linux: 1. gcl change foo 2. Put some non-ASCII characters in the description (save the result in UTF-8). 3. gcl change foo # once more Expected result: my editor pops up with the description in the buffer. Actual: exception: ASCII codec cannot blah blah... I have a two-line fix and worked fine on Linux (adding 'encode("UTF-8")' and 'decode("UTF- 8")' in Change() ). I wonder why this hasn't been an issue on Windows (I've had multiple CLs with non-ASCII characters in their descriptions on Windows). -- 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 -~----------~----~----~----~------~----~------~--~---
