summaryrefslogtreecommitdiff
path: root/lib/charset.c
AgeCommit message (Expand)Author
2020-05-09charset: Add support for calculating bytes occupied by a u16 stringSughosh Ganu
2019-09-20lib: charset: add u16_str<n>cmp()AKASHI Takahiro
2019-07-16efi_loader: support unaligned u16 stringsHeinrich Schuchardt
2019-02-13lib: add u16_strcpy/strdup functionsAkashi, Takahiro
2018-10-16efi_loader: error handling in read_console()Heinrich Schuchardt
2018-09-23efi_loader: support Unicode text inputHeinrich Schuchardt
2018-09-23lib: charset: upper/lower case conversionHeinrich Schuchardt
2018-09-23lib: charset: remove obsolete functionsHeinrich Schuchardt
2018-09-23lib: charset: utility functions for UnicodeHeinrich Schuchardt
2018-09-23efi_loader: rename utf16_strlen, utf16_strnlenHeinrich Schuchardt
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini
2017-12-01efi_loader: new function utf8_to_utf16Heinrich Schuchardt
2017-09-12lib: add some utf16 handling helpersRob Clark