Sign in
chromium
/
chromium
/
src
/
21ee224e0862f56ce9d88f2c91950a40cfae6aa0
/
base
/
utf_string_conversions.cc
39a749c
Change UTF8ToUTF16 to accept const StringPiece&.
by
[email protected]
· 15 years ago
f1d8192
Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it
by
[email protected]
· 15 years ago
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
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
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
ce85f60
Fix various problems with inline autocomplete and URLs that change length during fixup:
by
[email protected]
· 16 years ago
047a03f
Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.*
by
[email protected]
· 16 years ago