Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8 | Sergio Giro | 2016-07-21 | 1 | -2/+2 |
* | Remove incompatible Unicode compatibility types. | Dan Albert | 2014-11-20 | 1 | -6/+0 |
* | Make Unicode.h use types that match libc++. | Dan Albert | 2014-11-08 | 1 | -2/+2 |
* | Add guards to prevent typedefs when C++11 is available. | Tim Murray | 2014-04-07 | 1 | -0/+3 |
* | Add a new utf8-to-utf16 conversion function. | Dianne Hackborn | 2013-07-31 | 1 | -0/+7 |
* | Fix regression in CursorWindow.copyStingToBuffer. | Jeff Brown | 2013-07-30 | 1 | -0/+7 |
* | Split UTF functions from String8/16 | Kenny Root | 2013-07-30 | 1 | -0/+161 |