Status: Available Owner: ---- CC: [email protected], [email protected], [email protected], [email protected] Labels: Type-Bug Pri-2 OS-All Area-BrowserBackend Mstone-X
New issue 24917 by [email protected]: string_util's CaseInsensitiveCompare should probably not use tolower http://code.google.com/p/chromium/issues/detail?id=24917 string_util's CaseInsensitiveCompare should probably not use tolower tolower is locale sensitive. i suspect most consumers really want ToLowerASCII or proper unicode collation. i don't know of any bugs this is causing, but i did see a couple suspicious usages: 1- StartsWith / EndsWith 2- HttpVaryData -- 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 -~----------~----~----~----~------~----~------~--~---
