Comment #5 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
DevTools is currently not using JSONWriter optimization, so feel free not to take us into consideration while discussing this. One thing though. I did not find it mentioned in the Chromium guidelines explicitly, but we are always using UFT-8 when manipulating std::string objects. So I would leave single-byte method, assuming that its input string is UTF-8 encoded. Please correct me if I am wrong wrt UTF-8 in std::strings, but I know for sure that in the place these guidelines are derived from, this is a strict rule. -- 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 -~----------~----~----~----~------~----~------~--~---
