Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: add u16_strcpy/strdup functions | Akashi, Takahiro | 2019-02-13 | 1 | -0/+23 |
* | efi_loader: support Unicode text input | Heinrich Schuchardt | 2018-09-23 | 1 | -0/+8 |
* | lib: charset: upper/lower case conversion | Heinrich Schuchardt | 2018-09-23 | 1 | -0/+16 |
* | lib: charset: remove obsolete functions | Heinrich Schuchardt | 2018-09-23 | 1 | -23/+0 |
* | lib: charset: utility functions for Unicode | Heinrich Schuchardt | 2018-09-23 | 1 | -0/+130 |
* | efi_loader: rename utf16_strlen, utf16_strnlen | Heinrich Schuchardt | 2018-09-23 | 1 | -15/+15 |
* | SPDX: Convert a few files that were missed before | Tom Rini | 2018-05-10 | 1 | -2/+1 |
* | efi_loader: new function utf8_to_utf16 | Heinrich Schuchardt | 2017-12-01 | 1 | -0/+15 |
* | efi_loader: MAX_UTF8_PER_UTF16 = 3 | Heinrich Schuchardt | 2017-10-10 | 1 | -2/+2 |
* | lib: add some utf16 handling helpers | Rob Clark | 2017-09-12 | 1 | -0/+65 |