index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
charset.h
Age
Commit message (
Expand
)
Author
2024-03-21
lib/charset: Map Unicode code points to CP437 code points 1-31
Janne Grunau
2024-02-12
lib: charset: Fix and extend utf8_to_utf32_stream() documentation
Janne Grunau
2023-01-13
doc: fix description of u16_strcasecmp()
Heinrich Schuchardt
2023-01-04
lib: add function u16_strcasecmp()
Heinrich Schuchardt
2022-05-28
lib/charset: fix compile warnings
Masahisa Kojima
2022-05-03
lib/charset: add u16_strlcat() function
Masahisa Kojima
2022-04-15
lib: convert u16_strlen() into a macro
Heinrich Schuchardt
2021-04-10
efi_loader: documentation codepage_437[]
Heinrich Schuchardt
2021-03-07
lib/charset: UTF-8 stream conversion
Heinrich Schuchardt
2021-03-07
efi_loader: carve out utf_to_cp()
Heinrich Schuchardt
2021-03-07
efi_loader: move codepage 437 table
Heinrich Schuchardt
2020-10-30
efi_loader: typo in function description of u16_strnlen
Heinrich Schuchardt
2020-05-09
lib: charset: correct function descriptions
Heinrich Schuchardt
2020-05-09
charset: Add support for calculating bytes occupied by a u16 string
Sughosh Ganu
2019-09-20
lib: charset: add u16_str<n>cmp()
AKASHI Takahiro
2019-07-16
efi_loader: support unaligned u16 strings
Heinrich Schuchardt
2019-05-12
lib: charset: correct utf8_utf16_strnlen() description
Heinrich Schuchardt
2019-02-13
lib: add u16_strcpy/strdup functions
Akashi, Takahiro
2018-09-23
efi_loader: support Unicode text input
Heinrich Schuchardt
2018-09-23
lib: charset: upper/lower case conversion
Heinrich Schuchardt
2018-09-23
lib: charset: remove obsolete functions
Heinrich Schuchardt
2018-09-23
lib: charset: utility functions for Unicode
Heinrich Schuchardt
2018-09-23
efi_loader: rename utf16_strlen, utf16_strnlen
Heinrich Schuchardt
2018-05-10
SPDX: Convert a few files that were missed before
Tom Rini
2017-12-01
efi_loader: new function utf8_to_utf16
Heinrich Schuchardt
2017-10-10
efi_loader: MAX_UTF8_PER_UTF16 = 3
Heinrich Schuchardt
2017-09-12
lib: add some utf16 handling helpers
Rob Clark