summaryrefslogtreecommitdiffstats
path: root/base/string_util_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the old NativeMB functions from string util, and use the new ones in s...brettw@google.com2008-08-071-63/+0
* We were passing -1 (indicating NULL terminated) to the UTF8->wide conversion ...brettw@google.com2008-08-061-4/+6
* Allow string-to-int conversions to provide a return value indicating success....mmentovai@google.com2008-08-051-8/+0
* Revert my UTF change until we can figure out what to do with the sandbox.brettw@google.com2008-08-011-0/+10
* Write our own utf8<->wide conversion functions. This gives us more control ov...brettw@google.com2008-08-011-10/+0
* Add base to the repository.initial.commit2008-07-261-0/+124