Updates:
Status: Started
Owner: [email protected]
Comment #2 on issue 7377 by [email protected]: Regression: Omnibox trims
URL ending with 0x85
http://code.google.com/p/chromium/issues/detail?id=7377
Thank you for your bug report and sorry for my slow response.
This issue is caused by our string function, TrimWhiteSpace(), which
mis-treats the
last '\x85' character of a UTF-8 string as ISO-8859 NEL (Next Line) and
removes it.
I'm writing a fix that adds a new function TrimWhiteSpaceUTF8(), which is a
UTF-8
safe version of TrimWhiteSpace(), and use it instead of TrimWhiteSpace().
Sorry for your inconvenience.
--
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
-~----------~----~----~----~------~----~------~--~---