Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warnings in libutils headers | Colin Cross | 2016-09-22 | 1 | -0/+2 |
* | libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8 | Sergio Giro | 2016-08-25 | 1 | -2/+2 |
* | Unicode: specify destination length in utf8_to_utf16 methods | Sergio Giro | 2016-08-25 | 1 | -24/+27 |
* | Add String16#contains and strstr16 methods. | Michael Wright | 2016-05-09 | 1 | -0/+1 |
* | 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 |