1. 39a749c Change UTF8ToUTF16 to accept const StringPiece&. by [email protected] · 15 years ago
  2. f1d8192 Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it by [email protected] · 15 years ago
  3. d7a3e8e If we can't read a unicode character, write the standard "unknown" (0xFFFD) character. This will prevent security issues where the current behaviour can be used to strip characters out of a string after it has passed some validation. by [email protected] · 16 years ago
  4. b9f9383 Split *AndAdjustOffset() functions into their own header, to restore utf_string_conversions.h to a simple, readable state. by [email protected] · 16 years ago
  5. 2500a0f Clean up recent string conversion function changes, part 1: Remove unnecessary code. Thanks to a change in escape.cc I can basically revert the ICU conversions back to what they used to be; I can also get rid of half the conversions immediately since they aren't used. by [email protected] · 16 years ago
  6. ce85f60 Fix various problems with inline autocomplete and URLs that change length during fixup: by [email protected] · 16 years ago
  7. 047a03f Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.* by [email protected] · 16 years ago