Comment #3 on issue 15466 by [email protected]: JsonDoubleQuote (std::string) is broken for non-ASCII characters http://code.google.com/p/chromium/issues/detail?id=15466
Brett, the std::string version is broken even for a UTF-8 input at the moment, which is the cause of issue 13229 on Windows. And, in case of ftp:// and file:// listing, it is not UTF-8 in many cases. I also think at least the first half of #2 is what everybody can agree on. I'm doing that for issue 13229 (and issue 2939). As for the second half (removing), I like it, too. Just in case, I'll wait for more votes to come in :-) An alternative to removing it all together would be a variant of #1 ( DCHECK or CHECK UTF-8ness ) -- 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 -~----------~----~----~----~------~----~------~--~---
